Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.CompareType

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.
 CompareType Branch.getCompareType()
          The CompareType used.
 CompareType GerritProject.getCompareType()
          Which algorithm-type to use with the pattern.
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 Branch.setCompareType(CompareType compareType)
          The CompareType used.
 void GerritProject.setCompareType(CompareType compareType)
          Which algorithm-type to use with the pattern.
 

Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with parameters of type CompareType
Branch(CompareType compareType, String pattern)
          Default DataBound constructor.
GerritProject(CompareType compareType, String pattern, List<Branch> branches)
          DataBound Constructor.
 



Copyright © 2004-2011. All Rights Reserved.