Uses of Interface
com.atlassian.bamboo.agent.TaskContainerExistenceService
-
Packages that use TaskContainerExistenceService Package Description com.atlassian.bamboo.agent com.atlassian.bamboo.v2.build.agent.remote.workspaces -
-
Uses of TaskContainerExistenceService in com.atlassian.bamboo.agent
Classes in com.atlassian.bamboo.agent that implement TaskContainerExistenceService Modifier and Type Class Description class
TaskContainerExistenceServiceImpl
-
Uses of TaskContainerExistenceService in com.atlassian.bamboo.v2.build.agent.remote.workspaces
Constructors in com.atlassian.bamboo.v2.build.agent.remote.workspaces with parameters of type TaskContainerExistenceService Constructor Description RemoteAgentWorkspaceManagerImpl(@NotNull BuildDirectoryManager buildDirectoryManager, @NotNull TaskContainerExistenceService taskContainerExistenceService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher)
-