Uses of Interface
com.atlassian.bamboo.v2.build.requirement.ImmutableRequirement

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

Uses of ImmutableRequirement in com.atlassian.bamboo.buildqueue
 

Classes in com.atlassian.bamboo.buildqueue that implement ImmutableRequirement
 class AgentAssignmentRequirement
           
 

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

Subinterfaces of ImmutableRequirement in com.atlassian.bamboo.v2.build.agent.capability
 interface Requirement
           
 

Classes in com.atlassian.bamboo.v2.build.agent.capability that implement ImmutableRequirement
 class RequirementImpl
           
 

Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type ImmutableRequirement
 boolean RequirementSet.removeRequirement(ImmutableRequirement requirement)
          Removes the requirement from the set.
 boolean RequirementSetImpl.removeRequirement(ImmutableRequirement requirement)
           
 

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

Subinterfaces of ImmutableRequirement in com.atlassian.bamboo.v2.build.requirement
 interface RequirementDetails
          Decorated requirement with extra information for view
 

Classes in com.atlassian.bamboo.v2.build.requirement that implement ImmutableRequirement
 class RequirementDetailsImpl
           
 

Methods in com.atlassian.bamboo.v2.build.requirement that return ImmutableRequirement
 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.getRequirementForJob(PlanKey jobKey, long requirementId)
          Get a single requirement for a job.
 ImmutableRequirement RequirementServiceImpl.getRequirementForJob(PlanKey jobKey, long requirementId)
           
 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)
           
 

Methods in com.atlassian.bamboo.v2.build.requirement that return types with arguments of type ImmutableRequirement
 java.util.List<? extends ImmutableRequirement> RequirementService.getRequirementsForJob(PlanKey jobKey)
          Get all requirements for jobs.
 java.util.List<? extends ImmutableRequirement> RequirementServiceImpl.getRequirementsForJob(PlanKey jobKey)
           
 

Constructors in com.atlassian.bamboo.v2.build.requirement with parameters of type ImmutableRequirement
RequirementDetailsImpl(ImmutableRequirement immutableRequirement, CapabilityType capabilityType, java.lang.String ownerName, java.lang.Integer matchingAgents, java.lang.Integer matchingImages)
           
 



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