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(java.lang.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.
 CompareType FilePath.getCompareType()
          The CompareType used.
static CompareType CompareType.valueOf(java.lang.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.
 void FilePath.setCompareType(CompareType compareType)
          The CompareType used.
 

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



Copyright © 2004-2012. All Rights Reserved.