Class ExecutorKey
java.lang.Object
com.atlassian.bamboo.rest.model.agent.ExecutorKey
Required to generate/parse agent assignment key used to interact between backend-frontend.
-
Constructor Summary
ConstructorDescriptionExecutorKey
(@NotNull String executorKey) ExecutorKey
(AgentAssignment.ExecutorType type, long executorId) -
Method Summary
-
Constructor Details
-
ExecutorKey
-
ExecutorKey
- Parameters:
executorKey
- to be parsed- Throws:
IllegalArgumentException
- when can't parse provided executorKey
-
-
Method Details