History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2615
Type: New Feature New Feature
Status: Closed Closed
Resolution: Duplicate
Priority: Minor Minor
Assignee: Robin Shen
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Custom build and request column extension point for plugins.

Created: 07/Jan/16 04:07 PM   Updated: 24/Dec/16 02:40 AM
Component/s: None
Affects Version/s: 6.0.28
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Sometimes it would be very helpful to have a possibility to add a custom column by plugin like the advanced setting for custom columns. I would like to add a column conditionally, e.g. if the repository XY is used in the build (configuration) it should show a column which is displaying the revision/head committer/etc.

in ConfigurationOverview there might be something like

for (BuildColumnContribution col : contributions) {
  if (col.shouldShow()) {
    columns.add(new Column(col.getName(), col.getValue(build))
  }
}

or so... Mind this is just a pseudocode example.

Of course there are more thing to think of, but just that would be great.

 All   Comments   Work Log   Change History      Sort Order:
No work has yet been logged on this issue.