Class OcAction
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
-
- com.openshift.jenkins.plugins.pipeline.OcAction
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class OcAction extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OcAction.DescriptorImpl
static class
OcAction.Execution
static class
OcAction.OcActionResult
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static String
FUNCTION_NAME
static Logger
LOGGER
protected String
streamStdOutToConsolePrefix
-
Constructor Summary
Constructors Constructor Description OcAction(String server, String project, boolean skipTLSVerify, String caPath, String verb, List advArgs, List verbArgs, List userArgs, List options, String token, String streamStdOutToConsolePrefix, HashMap<String,String> reference, int logLevel)
-
-
-
Field Detail
-
LOGGER
public static final Logger LOGGER
-
FUNCTION_NAME
public static final String FUNCTION_NAME
- See Also:
- Constant Field Values
-
streamStdOutToConsolePrefix
protected final String streamStdOutToConsolePrefix
-
-