|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VcsLabelingSettings
| Nested Class Summary | |
|---|---|
static class |
VcsLabelingSettings.LabelingType
Labeling mode |
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_LABEL_PATTERN
Default labeling pattern |
| Method Summary | |
|---|---|
java.util.List<VcsRoot> |
getLabelingRoots()
List of roots whuch should be processed by labeling process |
VcsLabelingSettings.LabelingType |
getLabelingType()
|
java.lang.String |
getLabelPattern()
|
java.util.Collection<VcsRoot> |
setLabelingRoots(java.util.List<VcsRoot> roots)
Changes list of roots whuch should be processed while labeling process |
void |
setLabelingType(VcsLabelingSettings.LabelingType type)
Changes labeling mode for the configuration |
void |
setLabelPattern(java.lang.String pattern)
Changes label pattern |
| Field Detail |
|---|
static final java.lang.String DEFAULT_LABEL_PATTERN
| Method Detail |
|---|
@NotNull VcsLabelingSettings.LabelingType getLabelingType()
@NotNull java.lang.String getLabelPattern()
void setLabelingType(@NotNull
VcsLabelingSettings.LabelingType type)
type - new labeling mode
void setLabelPattern(@NotNull
java.lang.String pattern)
pattern - label pattern@NotNull java.util.List<VcsRoot> getLabelingRoots()
@NotNull
java.util.Collection<VcsRoot> setLabelingRoots(@NotNull
java.util.List<VcsRoot> roots)
roots - new roots to be labeled
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||