Class CreateStep
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
com.openshift.jenkins.plugins.freestyle.BaseStep
com.openshift.jenkins.plugins.freestyle.CreateStep
- All Implemented Interfaces:
- ExtensionPoint,- Describable<Builder>,- BuildStep
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.openshift.jenkins.plugins.freestyle.BaseStepBaseStep.BaseStepDescriptor, BaseStep.OcProcessRunner, BaseStep.WithTempInputRunnableNested classes/interfaces inherited from interface hudson.tasks.BuildStepBuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from class com.openshift.jenkins.plugins.freestyle.BaseStepDEFAULT_LOGLEVELFields inherited from interface hudson.tasks.BuildStepBUILDERS, PUBLISHERS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetJsonyaml(Map<String, String> overrides) booleanperform(AbstractBuild build, Launcher launcher, BuildListener listener) Methods inherited from class com.openshift.jenkins.plugins.freestyle.BaseStepconsolidateEnvVars, getAdvancedArguments, getCluster, getClusterName, getClusterName, getCredentialsId, getCredentialsId, getLogLevel, getLogLevel, getOverride, getProject, getProject, isVerbose, pruneKey, runOcCommand, setAdvancedArguments, setClusterName, setCredentialsId, setLogLevel, setProject, standardRunOcCommand, toList, withTempInputMethods inherited from class hudson.tasks.Builderall, getDescriptor, getRequiredMonitorService, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayergetProjectAction, getProjectAction, getProjectActions, perform, prebuild
- 
Constructor Details- 
CreateStep
 
- 
- 
Method Details- 
getJsonyaml
- 
getJsonyaml
- 
performpublic boolean perform(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException - Specified by:
- performin interface- BuildStep
- Overrides:
- performin class- BuildStepCompatibilityLayer
- Throws:
- IOException
- InterruptedException
 
 
-