Class BaseStep
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
com.openshift.jenkins.plugins.freestyle.BaseStep
- All Implemented Interfaces:
- ExtensionPoint,- Describable<Builder>,- BuildStep
- Direct Known Subclasses:
- CreateStep,- DeleteStep,- RawStep,- WatchStep
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classprotected static interfaceprotected static interfaceNested classes/interfaces inherited from interface hudson.tasks.BuildStepBuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFieldsFields inherited from interface hudson.tasks.BuildStepBUILDERS, PUBLISHERS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconsolidateEnvVars(TaskListener listener, AbstractBuild<?, ?> build, Launcher launcher) protected ClusterConfiggetCluster(Map<String, String> overrides) getClusterName(Map<String, String> overrides) getCredentialsId(Map<String, String> overrides) getLogLevel(Map<String, String> overrides) static StringgetOverride(String key, Map<String, String> overrides) getProject(Map<String, String> overrides) protected booleanstatic Stringprotected booleanrunOcCommand(AbstractBuild build, TaskListener listener, String verb, List verbArgs, List userArgs, List options, BaseStep.OcProcessRunner runner) voidsetAdvancedArguments(List<AdvancedArgument> advancedArguments) voidsetClusterName(String clusterName) voidsetCredentialsId(String credentialsId) voidsetLogLevel(String logLevel) voidsetProject(String project) protected booleanstandardRunOcCommand(AbstractBuild build, TaskListener listener, String verb, List verbArgs, List userArgs, List options) static booleanwithTempInput(String prefix, String content, BaseStep.WithTempInputRunnable runnable) Methods inherited from class hudson.tasks.Builderall, getDescriptor, getRequiredMonitorService, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayergetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
- 
Field Details- 
DEFAULT_LOGLEVEL- See Also:
 
 
- 
- 
Constructor Details- 
BaseSteppublic BaseStep()
 
- 
- 
Method Details- 
setClusterName
- 
getClusterName
- 
getClusterName
- 
setProject
- 
getProject
- 
getProject
- 
getCredentialsId
- 
getCredentialsId
- 
setCredentialsId
- 
getLogLevel
- 
getLogLevel
- 
isVerboseprotected boolean isVerbose()
- 
setLogLevel
- 
getAdvancedArguments
- 
setAdvancedArguments
- 
getCluster
- 
runOcCommandprotected boolean runOcCommand(AbstractBuild build, TaskListener listener, String verb, List verbArgs, List userArgs, List options, BaseStep.OcProcessRunner runner) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
- 
standardRunOcCommandprotected boolean standardRunOcCommand(AbstractBuild build, TaskListener listener, String verb, List verbArgs, List userArgs, List options) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
- 
consolidateEnvVarsprotected Map<String,String> consolidateEnvVars(TaskListener listener, AbstractBuild<?, ?> build, Launcher launcher) 
- 
pruneKey
- 
getOverride
- 
toList
- 
withTempInputpublic static boolean withTempInput(String prefix, String content, BaseStep.WithTempInputRunnable runnable) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
 
-