Uses of Class
com.atlassian.bamboo.plugins.rest.model.search.RestDedicatedAgentBuilder
-
Packages that use RestDedicatedAgentBuilder Package Description com.atlassian.bamboo.plugins.rest.model.search -
-
Uses of RestDedicatedAgentBuilder in com.atlassian.bamboo.plugins.rest.model.search
Methods in com.atlassian.bamboo.plugins.rest.model.search that return RestDedicatedAgentBuilder Modifier and Type Method Description RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withCapabilitiesMatch(boolean capabilitiesMatch)
RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withDeploymentProject(@NotNull DeploymentProject deploymentProject)
RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withEnvironment(@NotNull Environment environment, @NotNull String parentName)
RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withExecutable(AgentAssignment.ExecutableType executableType)
RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withExecutor(AgentAssignment.ExecutorType executorType, long executorId)
RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withJob(@NotNull ImmutableJob job)
RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withPlan(@NotNull ImmutablePlan plan)
RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withProject(@NotNull Project project)
-