jenkins.plugins.shiningpanda.command
Class CommandNature

java.lang.Object
  extended by jenkins.plugins.shiningpanda.command.CommandNature

public class CommandNature
extends Object


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

SHELL

public static final CommandNature SHELL
Shell command


XSHELL

public static final CommandNature XSHELL
XShell command


PYTHON

public static final CommandNature PYTHON
PYTHON command


ALL

public static final List<CommandNature> ALL
All natures

Method Detail

getKey

public String getKey()
Get the nature key.

Returns:
The key

getName

public String getName()
Get the nature name.

Returns:
The name

get

public static CommandNature get(String raw)
Get the nature object.

Parameters:
raw - The nature key
Returns:
The nature object


Copyright © 2004-2012. All Rights Reserved.