Uses of Interface
com.atlassian.bamboo.setup.HomeDirectoryLayout
-
-
Uses of HomeDirectoryLayout in com.atlassian.bamboo.plugins.script.task
Constructors in com.atlassian.bamboo.plugins.script.task with parameters of type HomeDirectoryLayout Constructor Description ScriptBuildTask(EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, HomeDirectoryLayout homeDirectoryLayout)
-
Uses of HomeDirectoryLayout in com.atlassian.bamboo.setup
Classes in com.atlassian.bamboo.setup that implement HomeDirectoryLayout Modifier and Type Class Description class
HomeDirectoryLayoutImpl
-
Uses of HomeDirectoryLayout in com.atlassian.bamboo.v2.build.agent.docker
Constructors in com.atlassian.bamboo.v2.build.agent.docker with parameters of type HomeDirectoryLayout Constructor Description DockerContainerControllerImpl(@NotNull CommonContext context, @NotNull DockerContainerService dockerContainerService, @NotNull ProcessContextFactory processContextFactory, @NotNull CapabilityContext capabilityContext, @NotNull CustomVariableContext customVariableContext, @NotNull ProcessService processService, @NotNull HomeDirectoryLayout homeDirectoryLayout)
-
Uses of HomeDirectoryLayout in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement HomeDirectoryLayout Modifier and Type Class Description class
RemoteAgentHomeDirectoryLayout
-
Uses of HomeDirectoryLayout in com.atlassian.bamboo.v2.build.agent.remote.plugins
Constructors in com.atlassian.bamboo.v2.build.agent.remote.plugins with parameters of type HomeDirectoryLayout Constructor Description RemotePluginScanner(String resourceName, RemoteAgent remoteAgent, HomeDirectoryLayout homeDirectoryLayout)
-
Uses of HomeDirectoryLayout in com.atlassian.bamboo.v2.build.agent.remote.sender
Constructors in com.atlassian.bamboo.v2.build.agent.remote.sender with parameters of type HomeDirectoryLayout Constructor Description BatchedMessageSender(BambooAgentMessageSender delegate, HomeDirectoryLayout homeDirectoryLayout, ObjectSerialiserDispatcher objectSerialiserDispatcher)
-
Uses of HomeDirectoryLayout in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task with parameters of type HomeDirectoryLayout Modifier and Type Method Description void
InitializeBuild. setHomeDirectoryLayout(HomeDirectoryLayout homeDirectoryLayout)
-
Uses of HomeDirectoryLayout in com.atlassian.bamboo.warnings
Constructors in com.atlassian.bamboo.warnings with parameters of type HomeDirectoryLayout Constructor Description WarningsBackgroundProcessor(BuildLoggerManager buildLoggerManager, HomeDirectoryLayout homeDirectoryLayout)
-