Package | Description |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger | |
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data |
Modifier and Type | Method and Description |
---|---|
CompareType[] |
GerritTrigger.DescriptorImpl.getCompareTypes()
A list of CompareTypes for the UI.
|
Modifier and Type | Method and Description |
---|---|
static CompareType |
CompareType.findByDisplayName(String displayName)
Finds a CompareType based on displayName.
|
static CompareType |
CompareType.findByOperator(char operator)
Finds a CompareType based on the operator.
|
CompareType |
Branch.getCompareType()
The CompareType used.
|
CompareType |
FilePath.getCompareType()
The CompareType used.
|
CompareType |
GerritProject.getCompareType()
Which algorithm-type to use with the pattern.
|
CompareType |
Topic.getCompareType()
The CompareType used.
|
static CompareType |
CompareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompareType[] |
CompareType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Branch.setCompareType(CompareType compareType)
The CompareType used.
|
void |
FilePath.setCompareType(CompareType compareType)
The CompareType used.
|
void |
GerritProject.setCompareType(CompareType compareType)
Which algorithm-type to use with the pattern.
|
void |
Topic.setCompareType(CompareType compareType)
The CompareType used.
|
Constructor and Description |
---|
Branch(CompareType compareType,
String pattern)
Default DataBound constructor.
|
FilePath(CompareType compareType,
String pattern)
Default DataBound constructor.
|
GerritProject(CompareType compareType,
String pattern,
List<Branch> branches,
List<Topic> topics,
List<FilePath> filePaths,
List<FilePath> forbiddenFilePaths,
boolean disableStrictForbiddenFileVerification)
DataBound Constructor.
|
Topic(CompareType compareType,
String pattern)
Default DataBound constructor.
|
Copyright © 2016–2017. All rights reserved.