Package com.atlassian.bamboo.agent
Interface AgentExecutableService
- All Known Implementing Classes:
AgentExecutableServiceImpl
public interface AgentExecutableService
Service to get environments and jobs executable for an agent.
-
Method Summary
Modifier and TypeMethodDescription@NotNull List<ImmutableBuildable>
Fetch deployment jobs that can be executed by the given agent.@NotNull List<DecoratedEnvironment>
Fetch deployment environments that can be executed by the given agent.
-
Method Details
-
fetchExecutableBuildables
Fetch deployment jobs that can be executed by the given agent. -
fetchExecutableEnvironments
Fetch deployment environments that can be executed by the given agent.
-