Uses of Enum
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.CompareType
Packages that use CompareType
Package
Description
-
Uses of CompareType in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return CompareTypeModifier and TypeMethodDescriptionGerritTriggerDescriptor.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 CompareTypeModifier and TypeMethodDescriptionstatic CompareTypeCompareType.findByDisplayName(String displayName) Finds a CompareType based on displayName.static CompareTypeCompareType.findByOperator(char operator) Finds a CompareType based on the operator.Branch.getCompareType()The CompareType used.FilePath.getCompareType()The CompareType used.GerritProject.getCompareType()Which algorithm-type to use with the pattern.Hashtag.getCompareType()The CompareType used.Topic.getCompareType()The CompareType used.static CompareTypeReturns 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 CompareTypeModifier and TypeMethodDescriptionvoidBranch.setCompareType(CompareType compareType) The CompareType used.voidFilePath.setCompareType(CompareType compareType) The CompareType used.voidGerritProject.setCompareType(CompareType compareType) Which algorithm-type to use with the pattern.voidHashtag.setCompareType(CompareType compareType) The CompareType used.voidTopic.setCompareType(CompareType compareType) The CompareType used.Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data with parameters of type CompareTypeModifierConstructorDescriptionBranch(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.Hashtag(CompareType compareType, String pattern) Default DataBound constructor.Topic(CompareType compareType, String pattern) Default DataBound constructor.