Package com.atlassian.bamboo.agent
Interface TaskContainerExistenceService
- All Known Implementing Classes:
TaskContainerExistenceServiceImpl
@Internal
public interface TaskContainerExistenceService
Service to verify if specific Jobs and Environments (agent jobs) exist.
- Since:
- 7.1
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<Key>
verifyExistence
(@NotNull Collection<Key> keys)
-
Method Details
-
verifyExistence
- Returns:
- keys from input that identify existing
ImmutableJob
or Deployment Environment
-