public interface LabelingService extends VcsService, VcsRemoteService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
label(java.lang.String label,
java.lang.String revision)
Labels sources for given revision and settings.
|
@NotNull java.lang.String label(@NotNull java.lang.String label, @NotNull java.lang.String revision) throws VcsException
label
- actual set labelrevision
- repository versionVcsException
- throw exception if label was not set because of some reasons.