-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
At the indicated URL we care about stable builds. Unstable builds are little
better than failed builds. So we want to see when the build was last stable.
Unstable builds could be counted in the failed column, or have their own column.
Would like to be able to set this as an option at
http://deadlock.netbeans.org/hudson/view/Push%20To%20main-silver%20builds/configure
[JENKINS-3465] Option for view to display Last Stable/Unstable rather than Last Success/Failure
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
What is the intended future for configurability of ListViewColumn? Currently all
columns are hardcoded in ListView.defaultColumnDescriptors. While you could add
another column as an @Extension in a plugin, it would be shown at the end
(weird) and you could not suppress other columns. Nor could you control which
views the column would be shown in - it would appear in all.
What I want: for specific views, to replace LastSuccessColumn and
LastFailureColumn with (newly added) LastStableColumn and LastUnstableColumn.
Ideally I guess a ListView would have a nontransient field of type
DescriptorExtensionList<ListViewColumn, Descriptor<ListViewColumn>>.
ListViewColumn Javadoc implies a somewhat different plan: "the intention is
eventually make each ListViewColumn fully configurable like Publisher"