Class UserGlobalRoles
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.rolestrategy.pipeline.AbstractUserRolesStep
org.jenkinsci.plugins.rolestrategy.pipeline.UserGlobalRoles
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
Pipeline step that returns the users global roles.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The descriptor of the step.Nested classes/interfaces inherited from class org.jenkinsci.plugins.rolestrategy.pipeline.AbstractUserRolesStep
AbstractUserRolesStep.Execution
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
UserGlobalRoles
@DataBoundConstructor public UserGlobalRoles()
-
-
Method Details