public interface LabelingSupport extends VcsExtension
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
label(java.lang.String label,
java.lang.String version,
VcsRoot root,
CheckoutRules checkoutRules)
Labels sources for given revision and settings.
|
@NotNull
java.lang.String label(@NotNull
java.lang.String label,
@NotNull
java.lang.String version,
@NotNull
VcsRoot root,
@NotNull
CheckoutRules checkoutRules)
throws VcsException
label - actual set labelversion - repository versionroot - versioned rootcheckoutRules - build checkout rulesVcsException - throw exception if label was not set because of some reasons.