com.atlassian.bamboo.plugins.command.task
Class CommandConfig
java.lang.Object
com.atlassian.bamboo.plugins.command.task.CommandConfig
- All Implemented Interfaces:
- ShellConfig
public class CommandConfig
- extends java.lang.Object
- implements ShellConfig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CFG_SCRIPT
public static final java.lang.String CFG_SCRIPT
- See Also:
- Constant Field Values
CFG_ARGUMENT
public static final java.lang.String CFG_ARGUMENT
- See Also:
- Constant Field Values
COMMAND_CAPABILITY_PREFIX
public static final java.lang.String COMMAND_CAPABILITY_PREFIX
- See Also:
- Constant Field Values
CommandConfig
public CommandConfig(@NotNull
TaskContext taskContext,
@NotNull
CapabilityContext capabilityContext,
@NotNull
EnvironmentVariableAccessor environmentVariableAccessor)
getCommandline
public java.util.List<java.lang.String> getCommandline()
- Specified by:
getCommandline
in interface ShellConfig
getExtraEnvironment
public java.util.Map<java.lang.String,java.lang.String> getExtraEnvironment()
- Specified by:
getExtraEnvironment
in interface ShellConfig
getWorkingDirectory
public java.io.File getWorkingDirectory()
- Specified by:
getWorkingDirectory
in interface ShellConfig
Copyright © 2011 Atlassian. All Rights Reserved.