Key: |
QB-2615
|
Type: |
New Feature
|
Status: |
Closed
|
Resolution: |
Duplicate
|
Priority: |
Minor
|
Assignee: |
Robin Shen
|
Reporter: |
AlSt
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
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
|
|
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.
|
Description
|
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. |
Show » |
No work has yet been logged on this issue.
|
|