Class PendingApprovalColumn
java.lang.Object
hudson.views.ListViewColumn
io.jenkins.plugins.github_pr_approval.PendingApprovalColumn
- All Implemented Interfaces:
ExtensionPoint,Describable<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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConfines the column to the multibranch and organization-folder branch views.static classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisPendingApproval(Job<?, ?> job) Whether this row is a fork PR that would be refused a build right now.Methods inherited from class hudson.views.ListViewColumn
all, createDefaultInitialColumnList, createDefaultInitialColumnList, createDefaultInitialColumnList, getColumnCaption, getDescriptor, shownByDefault
-
Constructor Details
-
PendingApprovalColumn
@DataBoundConstructor public PendingApprovalColumn()
-
-
Method Details
-
isPendingApproval
Whether this row is a fork PR that would be refused a build right now. Drives the column cell.
-