Interface LabelingService

    • Method Detail

      • label

        @NotNull
        String label​(@NotNull
                     String label,
                     @NotNull
                     String revision)
              throws VcsException
        Labels sources for given revision and settings.
        Parameters:
        label - actual set label
        revision - repository version
        Returns:
        actually set label
        Throws:
        VcsException - throw exception if label was not set because of some reasons.