Uses of Class
com.atlassian.bamboo.v2.build.requirement.ImmutableRequirement.MatchType

Packages that use ImmutableRequirement.MatchType
com.atlassian.bamboo.v2.build.agent.capability   
com.atlassian.bamboo.v2.build.requirement   
 

Uses of ImmutableRequirement.MatchType in com.atlassian.bamboo.v2.build.agent.capability
 

Methods in com.atlassian.bamboo.v2.build.agent.capability that return ImmutableRequirement.MatchType
 ImmutableRequirement.MatchType RequirementImpl.getTypeOfMatch()
           
 

Uses of ImmutableRequirement.MatchType in com.atlassian.bamboo.v2.build.requirement
 

Methods in com.atlassian.bamboo.v2.build.requirement that return ImmutableRequirement.MatchType
 ImmutableRequirement.MatchType ImmutableRequirement.getTypeOfMatch()
           
 ImmutableRequirement.MatchType RequirementDetailsImpl.getTypeOfMatch()
           
static ImmutableRequirement.MatchType ImmutableRequirement.MatchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImmutableRequirement.MatchType[] ImmutableRequirement.MatchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.bamboo.v2.build.requirement with parameters of type ImmutableRequirement.MatchType
 ImmutableRequirement RequirementService.addRequirement(PlanKey jobKey, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
          Add new requirement to a job.
 ImmutableRequirement RequirementServiceImpl.addRequirement(PlanKey jobKey, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
           
 ImmutableRequirement RequirementService.updateRequirement(PlanKey jobKey, long requirementId, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
          Update an existing requirement.
 ImmutableRequirement RequirementServiceImpl.updateRequirement(PlanKey jobKey, long requirementId, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
           
 ErrorCollection RequirementService.validateRequirementForAdd(PlanKey jobKey, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
          Validate requirement details.
 ErrorCollection RequirementServiceImpl.validateRequirementForAdd(PlanKey jobKey, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
           
 ErrorCollection RequirementService.validateRequirementForUpdate(PlanKey jobKey, long requirementId, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
          Validate requirement details
 ErrorCollection RequirementServiceImpl.validateRequirementForUpdate(PlanKey jobKey, long requirementId, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.