Class PendingApprovalAction.ApprovalSpender

java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
io.jenkins.plugins.github_pr_approval.PendingApprovalAction.ApprovalSpender
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
PendingApprovalAction

@Extension public static class PendingApprovalAction.ApprovalSpender extends RunListener<Run<?,?>>
Spends the approval once the build it was granted for has started: the job goes back to disabled, so the next commit needs a fresh approval. Only does anything when the trust policy asks for approval on new commits.
  • Constructor Details

    • ApprovalSpender

      public ApprovalSpender()
  • Method Details