Package com.atlassian.bamboo.agent
Class TaskContainerExistenceServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.agent.TaskContainerExistenceServiceImpl
-
- All Implemented Interfaces:
TaskContainerExistenceService
public class TaskContainerExistenceServiceImpl extends Object implements TaskContainerExistenceService
-
-
Constructor Summary
Constructors Constructor Description TaskContainerExistenceServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Collection<Key>
verifyExistence(@NotNull Collection<Key> keys)
-
-
-
Method Detail
-
verifyExistence
@NotNull public @NotNull Collection<Key> verifyExistence(@NotNull @NotNull Collection<Key> keys)
- Specified by:
verifyExistence
in interfaceTaskContainerExistenceService
- Returns:
- keys from input that identify existing
ImmutableJob
or Deployment Environment
-
-