Class RestDedicatedAgentBuilder
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.search.RestDedicatedAgentBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withCapabilitiesMatch
(boolean capabilitiesMatch) withDeploymentProject
(@NotNull DeploymentProject deploymentProject) withEnvironment
(@NotNull Environment environment, @NotNull String parentName) withExecutable
(AgentAssignment.ExecutableType executableType) withExecutor
(AgentAssignment.ExecutorType executorType, long executorId) withJob
(@NotNull ImmutableJob job) withPlan
(@NotNull ImmutablePlan plan) withProject
(@NotNull Project project)
-
Constructor Details
-
RestDedicatedAgentBuilder
public RestDedicatedAgentBuilder()
-
-
Method Details
-
withExecutor
public RestDedicatedAgentBuilder withExecutor(AgentAssignment.ExecutorType executorType, long executorId) -
withExecutable
-
withProject
-
withPlan
-
withJob
-
withDeploymentProject
public RestDedicatedAgentBuilder withDeploymentProject(@NotNull @NotNull DeploymentProject deploymentProject) -
withEnvironment
public RestDedicatedAgentBuilder withEnvironment(@NotNull @NotNull Environment environment, @NotNull @NotNull String parentName) -
withCapabilitiesMatch
-
build
-