com.dtolabs.rundeck.plugins
Class ServiceNameConstants

java.lang.Object
  extended by com.dtolabs.rundeck.plugins.ServiceNameConstants

public class ServiceNameConstants
extends java.lang.Object

ServiceNameConstants contains the names of defined services


Field Summary
static java.lang.String FileCopier
           
static java.lang.String NodeDispatcher
           
static java.lang.String NodeExecutor
           
static java.lang.String RemoteScriptNodeStep
          Service Name of the Remote Script Node Step service
static java.lang.String ResourceFormatGenerator
           
static java.lang.String ResourceFormatParser
           
static java.lang.String ResourceModelSource
           
static java.lang.String WorkflowNodeStep
          Service name of the Workflow Node Step service
static java.lang.String WorkflowStep
          Service name of the Workflow Step service
 
Constructor Summary
ServiceNameConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RemoteScriptNodeStep

public static final java.lang.String RemoteScriptNodeStep
Service Name of the Remote Script Node Step service

See Also:
Constant Field Values

WorkflowNodeStep

public static final java.lang.String WorkflowNodeStep
Service name of the Workflow Node Step service

See Also:
Constant Field Values

WorkflowStep

public static final java.lang.String WorkflowStep
Service name of the Workflow Step service

See Also:
Constant Field Values

NodeExecutor

public static final java.lang.String NodeExecutor
See Also:
Constant Field Values

FileCopier

public static final java.lang.String FileCopier
See Also:
Constant Field Values

NodeDispatcher

public static final java.lang.String NodeDispatcher
See Also:
Constant Field Values

ResourceModelSource

public static final java.lang.String ResourceModelSource
See Also:
Constant Field Values

ResourceFormatParser

public static final java.lang.String ResourceFormatParser
See Also:
Constant Field Values

ResourceFormatGenerator

public static final java.lang.String ResourceFormatGenerator
See Also:
Constant Field Values
Constructor Detail

ServiceNameConstants

public ServiceNameConstants()