|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandNature | |
---|---|
jenkins.plugins.shiningpanda.builders | |
jenkins.plugins.shiningpanda.command |
Uses of CommandNature in jenkins.plugins.shiningpanda.builders |
---|
Methods in jenkins.plugins.shiningpanda.builders that return types with arguments of type CommandNature | |
---|---|
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> |
CustomPythonBuilder.DescriptorImpl.getNatures()
Get the list of the available command natures. |
List<CommandNature> |
BuildoutBuilder.DescriptorImpl.getNatures()
Get the list of the available command natures. |
Uses of CommandNature in jenkins.plugins.shiningpanda.command |
---|
Fields in jenkins.plugins.shiningpanda.command declared as CommandNature | |
---|---|
static CommandNature |
CommandNature.PYTHON
PYTHON command |
static CommandNature |
CommandNature.SHELL
Shell command |
static CommandNature |
CommandNature.XSHELL
XShell command |
Fields in jenkins.plugins.shiningpanda.command with type parameters of type CommandNature | |
---|---|
static List<CommandNature> |
CommandNature.ALL
All natures |
Methods in jenkins.plugins.shiningpanda.command that return CommandNature | |
---|---|
static CommandNature |
CommandNature.get(String raw)
Get the nature object. |
Methods in jenkins.plugins.shiningpanda.command with parameters of type CommandNature | |
---|---|
static Command |
Command.get(boolean isUnix,
String executable,
CommandNature nature,
String command,
boolean ignoreExitCode)
Get the right command executor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |