Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.requirement.Requirement.MatchType
Packages that use Requirement.MatchType
Package
Description
Custom requirements for a job.
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.MatchTypeModifier and TypeMethodDescriptionstatic Requirement.MatchTypeReturns the enum constant of this class with the specified name.static Requirement.MatchType[]Requirement.MatchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.specs.api.builders.requirement with parameters of type Requirement.MatchTypeModifier and TypeMethodDescriptionRequirement.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.MatchTypeConstructors in com.atlassian.bamboo.specs.api.model.plan.requirement with parameters of type Requirement.MatchTypeModifierConstructorDescriptionRequirementProperties(String key, String matchValue, Requirement.MatchType matchType)