Package | Description |
---|---|
jenkins.plugins.shiningpanda.builders | |
jenkins.plugins.shiningpanda.command |
Modifier and Type | Method and Description |
---|---|
List<CommandNature> |
CustomPythonBuilder.DescriptorImpl.getNatures()
Get the list of the available command natures.
|
List<CommandNature> |
VirtualenvBuilder.DescriptorImpl.getNatures()
Get the list of the available command natures.
|
List<CommandNature> |
PythonBuilder.DescriptorImpl.getNatures()
Get the list of the available command natures.
|
List<CommandNature> |
BuildoutBuilder.DescriptorImpl.getNatures()
Get the list of the available command natures.
|
Modifier and Type | Field and Description |
---|---|
static CommandNature |
CommandNature.PYTHON
PYTHON command
|
static CommandNature |
CommandNature.SHELL
Shell command
|
static CommandNature |
CommandNature.XSHELL
XShell command
|
Modifier and Type | Field and Description |
---|---|
static List<CommandNature> |
CommandNature.ALL
All natures
|
Modifier and Type | Method and Description |
---|---|
static CommandNature |
CommandNature.get(String raw)
Get the nature object.
|
Modifier and Type | Method and Description |
---|---|
static Command |
Command.get(boolean isUnix,
String executable,
CommandNature nature,
String command,
boolean ignoreExitCode)
Get the right command executor.
|
Copyright © 2004-2018. All Rights Reserved.