Interface VcsLabelingSettings
-
- All Known Subinterfaces:
BuildTypeEx,BuildTypeSettings,BuildTypeSettingsEx,BuildTypeTemplate,BuildTypeTemplateEx,RemoteBuildType,RemoteBuildTypeEx,SBuildType
- All Known Implementing Classes:
BuildTypeImpl,BuildTypeSettingsImpl,BuildTypeTemplateImpl,DummyBuildType,EditableBuildTypeCopy,EditableTemplateCopy,InaccessibleTemplate,MockBuildType,RemoteBuildTypeImpl,SecuredBuildType,SecuredBuildTypeTemplate
@Deprecated public interface VcsLabelingSettings
Deprecated.since 8.1 labeling settings are converted into build feature with type "VcsLabeling".
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVcsLabelingSettings.LabelingTypeDeprecated.Labeling mode
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_LABEL_PATTERNDeprecated.Default labeling pattern
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<VcsRoot>getLabelingRoots()Deprecated.since 8.1 always returns empty collectionVcsLabelingSettings.LabelingTypegetLabelingType()Deprecated.since 8.1 always returns LabelingType.NONEStringgetLabelPattern()Deprecated.since 8.1 always returns empty string
-
-
-
Field Detail
-
DEFAULT_LABEL_PATTERN
static final String DEFAULT_LABEL_PATTERN
Deprecated.Default labeling pattern- See Also:
- Constant Field Values
-
-
Method Detail
-
getLabelingType
@Deprecated @NotNull VcsLabelingSettings.LabelingType getLabelingType()
Deprecated.since 8.1 always returns LabelingType.NONE- Returns:
- Returns labeling mode
-
getLabelPattern
@Deprecated @NotNull String getLabelPattern()
Deprecated.since 8.1 always returns empty string- Returns:
- Returns pattern to use for labeling
-
getLabelingRoots
@Deprecated @NotNull List<VcsRoot> getLabelingRoots()
Deprecated.since 8.1 always returns empty collectionList of roots which should be processed by labeling process- Returns:
- list of up-to-date vcs roots
-
-