Class AbstractUserRolesStep.Execution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Set<String>>
org.jenkinsci.plugins.rolestrategy.pipeline.AbstractUserRolesStep.Execution
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserItemRoles.ItemRolesExecution
Enclosing class:
AbstractUserRolesStep

protected static class AbstractUserRolesStep.Execution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Set<String>>
Step Execution.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final RoleType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Execution(org.jenkinsci.plugins.workflow.steps.StepContext context, RoleType roleType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected RoleMap
     
    protected Set<String>
    run()
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution

    blocksRestart, getStatus, onResume, start, stop

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution

    applyAll, applyAll, getContext, getStatusBounded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait