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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Collection<Key>
verifyExistence(@NotNull Collection<Key> keys)
-
-
-
Method Detail
-
verifyExistence
@NotNull @NotNull Collection<Key> verifyExistence(@NotNull @NotNull Collection<Key> keys)
- Returns:
- keys from input that identify existing
ImmutableJob
or Deployment Environment
-
-