com.atlassian.bamboo.plugins.shell.task
Interface ShellConfig
- All Known Implementing Classes:
- CommandConfig, ScriptConfig
public interface ShellConfig
CFG_RUN_WITH_POWERSHELL
static final String CFG_RUN_WITH_POWERSHELL
- See Also:
- Constant Field Values
getCommandline
List<String> getCommandline()
getExtraEnvironment
Map<String,String> getExtraEnvironment()
getWorkingDirectory
File getWorkingDirectory()
isRunWithPowershell
boolean isRunWithPowershell()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.