public class ScmTag extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScmTag.Type |
Constructor and Description |
---|
ScmTag(String name) |
ScmTag(String name,
ScmTag.Type type) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns tag name
|
ScmTag.Type |
getType()
Returns tag type
|
public ScmTag(String name)
public ScmTag(String name, ScmTag.Type type)
public String getName()
public ScmTag.Type getType()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.