Class PullRequestGlobalVariable
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.cps.GlobalVariable
-
- org.jenkinsci.plugins.pipeline.github.PullRequestGlobalVariable
-
- All Implemented Interfaces:
ExtensionPoint
public class PullRequestGlobalVariable extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
Factory for ourPullRequestGroovyObject
instance.- Author:
- Aaron Whiteside
- See Also:
PullRequestGroovyObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description PullRequestGlobalVariable()
-
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
-
-