|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjenkins.plugins.shiningpanda.command.CommandNature
public class CommandNature
Field Summary | |
---|---|
static List<CommandNature> |
ALL
All natures |
static CommandNature |
PYTHON
PYTHON command |
static CommandNature |
SHELL
Shell command |
static CommandNature |
XSHELL
XShell command |
Method Summary | |
---|---|
static CommandNature |
get(String raw)
Get the nature object. |
String |
getKey()
Get the nature key. |
String |
getName()
Get the nature name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CommandNature SHELL
public static final CommandNature XSHELL
public static final CommandNature PYTHON
public static final List<CommandNature> ALL
Method Detail |
---|
public String getKey()
public String getName()
public static CommandNature get(String raw)
raw
- The nature key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |