@Label(value="Tag") public interface GitTagDescriptor extends GitDescriptor
| Modifier and Type | Method and Description |
|---|---|
GitCommitDescriptor |
getCommit() |
java.lang.String |
getLabel() |
void |
setCommit(GitCommitDescriptor commit) |
void |
setLabel(java.lang.String name) |
@Property(value="label") java.lang.String getLabel()
void setLabel(java.lang.String name)
@Relation(value="ON_COMMIT") GitCommitDescriptor getCommit()
void setCommit(GitCommitDescriptor commit)