Class OpenShiftGlobalVariable
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.cps.GlobalVariable
-
- com.openshift.jenkins.plugins.pipeline.OpenShiftGlobalVariable
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class OpenShiftGlobalVariable extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
Defines the "openshift" global variable in pipeline DSL scripts. It's attributes are defined by the content of resources/com/openshift/jenkins/plugins/OpenShiftGlobalVariable.groovy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description OpenShiftGlobalVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Object
getValue(org.jenkinsci.plugins.workflow.cps.CpsScript script)
-
-
-
Method Detail
-
getName
@Nonnull public String getName()
- Specified by:
getName
in classorg.jenkinsci.plugins.workflow.cps.GlobalVariable
-
-