com.atlassian.bamboo.plugins.shell.task
Interface ShellConfig

All Known Implementing Classes:
CommandConfig, ScriptConfig

public interface ShellConfig


Field Summary
static String CFG_RUN_WITH_POWERSHELL
           
 
Method Summary
 List<String> getCommandline()
           
 Map<String,String> getExtraEnvironment()
           
 File getWorkingDirectory()
           
 boolean isRunWithPowershell()
           
 

Field Detail

CFG_RUN_WITH_POWERSHELL

static final String CFG_RUN_WITH_POWERSHELL
See Also:
Constant Field Values
Method Detail

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.