Uses of Class
com.atlassian.bamboo.specs.api.builders.requirement.Requirement.MatchType
-
Packages that use Requirement.MatchType Package Description com.atlassian.bamboo.specs.api.builders.requirement Custom requirements for a job.com.atlassian.bamboo.specs.api.model.plan.requirement Custom requirements for a job. -
-
Uses of Requirement.MatchType in com.atlassian.bamboo.specs.api.builders.requirement
Methods in com.atlassian.bamboo.specs.api.builders.requirement that return Requirement.MatchType Modifier and Type Method Description static Requirement.MatchTypeRequirement.MatchType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Requirement.MatchType[]Requirement.MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.specs.api.builders.requirement with parameters of type Requirement.MatchType Modifier and Type Method Description RequirementRequirement. matchType(Requirement.MatchType matchType)Sets a match type. -
Uses of Requirement.MatchType in com.atlassian.bamboo.specs.api.model.plan.requirement
Methods in com.atlassian.bamboo.specs.api.model.plan.requirement that return Requirement.MatchType Modifier and Type Method Description Requirement.MatchTypeRequirementProperties. getMatchType()Constructors in com.atlassian.bamboo.specs.api.model.plan.requirement with parameters of type Requirement.MatchType Constructor Description RequirementProperties(java.lang.String key, java.lang.String matchValue, Requirement.MatchType matchType)
-