com.atlassian.bamboo.plugins.rest.model.search
Class RestDedicatedAgentBuilder

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.search.RestDedicatedAgentBuilder

public class RestDedicatedAgentBuilder
extends Object


Constructor Summary
RestDedicatedAgentBuilder()
           
 
Method Summary
 RestDedicatedAgent build()
           
 RestDedicatedAgentBuilder withCapabilitiesMatch(boolean capabilitiesMatch)
           
 RestDedicatedAgentBuilder withDeploymentProject(DeploymentProject deploymentProject)
           
 RestDedicatedAgentBuilder withEnvironment(Environment environment, String parentName)
           
 RestDedicatedAgentBuilder withExecutable(AgentAssignment.ExecutableType executableType)
           
 RestDedicatedAgentBuilder withExecutor(AgentAssignment.ExecutorType executorType, long executorId)
           
 RestDedicatedAgentBuilder withJob(ImmutableJob job)
           
 RestDedicatedAgentBuilder withPlan(ImmutablePlan plan)
           
 RestDedicatedAgentBuilder withProject(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestDedicatedAgentBuilder

public RestDedicatedAgentBuilder()
Method Detail

withExecutor

public RestDedicatedAgentBuilder withExecutor(AgentAssignment.ExecutorType executorType,
                                              long executorId)

withExecutable

public RestDedicatedAgentBuilder withExecutable(AgentAssignment.ExecutableType executableType)

withProject

public RestDedicatedAgentBuilder withProject(@NotNull
                                             Project project)

withPlan

public RestDedicatedAgentBuilder withPlan(@NotNull
                                          ImmutablePlan plan)

withJob

public RestDedicatedAgentBuilder withJob(@NotNull
                                         ImmutableJob job)

withDeploymentProject

public RestDedicatedAgentBuilder withDeploymentProject(@NotNull
                                                       DeploymentProject deploymentProject)

withEnvironment

public RestDedicatedAgentBuilder withEnvironment(@NotNull
                                                 Environment environment,
                                                 @NotNull
                                                 String parentName)

withCapabilitiesMatch

public RestDedicatedAgentBuilder withCapabilitiesMatch(boolean capabilitiesMatch)

build

public RestDedicatedAgent build()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.