Class RawStep
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Builder
-
- com.openshift.jenkins.plugins.freestyle.BaseStep
-
- com.openshift.jenkins.plugins.freestyle.RawStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
public class RawStep extends BaseStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RawStep.DescriptorImpl
-
Nested classes/interfaces inherited from class com.openshift.jenkins.plugins.freestyle.BaseStep
BaseStep.BaseStepDescriptor, BaseStep.OcProcessRunner, BaseStep.WithTempInputRunnable
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class com.openshift.jenkins.plugins.freestyle.BaseStep
DEFAULT_LOGLEVEL
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArguments()
String
getArguments(Map<String,String> overrides)
String
getCommand()
String
getCommand(Map<String,String> overrides)
boolean
perform(AbstractBuild build, Launcher launcher, BuildListener listener)
-
Methods inherited from class com.openshift.jenkins.plugins.freestyle.BaseStep
consolidateEnvVars, getAdvancedArguments, getCluster, getClusterName, getClusterName, getCredentialsId, getCredentialsId, getLogLevel, getLogLevel, getOverride, getProject, getProject, isVerbose, pruneKey, runOcCommand, setAdvancedArguments, setClusterName, setCredentialsId, setLogLevel, setProject, standardRunOcCommand, toList, withTempInput
-
Methods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuild
-
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
-
-
-
-
Method Detail
-
getCommand
public String getCommand()
-
getArguments
public String getArguments()
-
perform
public boolean perform(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException
- Specified by:
perform
in interfaceBuildStep
- Overrides:
perform
in classBuildStepCompatibilityLayer
- Throws:
IOException
InterruptedException
-
-