Class PendingApprovalColumn

java.lang.Object
hudson.views.ListViewColumn
io.jenkins.plugins.github_pr_approval.PendingApprovalColumn
All Implemented Interfaces:
ExtensionPoint, Describable<ListViewColumn>

public class PendingApprovalColumn extends ListViewColumn
A column for the multibranch Branches and Pull Requests tabs that flags fork pull requests still waiting for external approval. The job is no longer disabled while it waits, so this is the at-a-glance cue in the list that someone needs to look at it; the row links to the approval page.
  • Constructor Details

    • PendingApprovalColumn

      @DataBoundConstructor public PendingApprovalColumn()
  • Method Details

    • isPendingApproval

      public boolean isPendingApproval(Job<?,?> job)
      Whether this row is a fork PR that would be refused a build right now. Drives the column cell.