|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompareType | |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger | |
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data |
Uses of CompareType in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return CompareType | |
---|---|
CompareType[] |
GerritTrigger.DescriptorImpl.getCompareTypes()
A list of CompareTypes for the UI. |
Uses of CompareType in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data that return CompareType | |
---|---|
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 |
FilePath.getCompareType()
The CompareType used. |
CompareType |
GerritProject.getCompareType()
Which algorithm-type to use with the pattern. |
CompareType |
Topic.getCompareType()
The CompareType used. |
CompareType |
Branch.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. |
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with parameters of type CompareType | |
---|---|
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. |
void |
Branch.setCompareType(CompareType compareType)
The CompareType used. |
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with parameters of type CompareType | |
---|---|
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)
DataBound Constructor. |
|
Topic(CompareType compareType,
String pattern)
Default DataBound constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |