com.atlassian.bamboo.plugins.rest.model.search
Class RestDedicatedAgentBuilder
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.search.RestDedicatedAgentBuilder
public class RestDedicatedAgentBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestDedicatedAgentBuilder
public RestDedicatedAgentBuilder()
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.