Class FailureCauseColumn

java.lang.Object
hudson.views.ListViewColumn
com.sonyericsson.jenkins.plugins.bfa.model.FailureCauseColumn
All Implemented Interfaces:
ExtensionPoint, Describable<ListViewColumn>

public class FailureCauseColumn extends ListViewColumn
A column that user can add to a view to display the failure cause of the last build.
Author:
vlatombe
  • Constructor Details

    • FailureCauseColumn

      @DataBoundConstructor public FailureCauseColumn(boolean showText)
      The standard data-bound constructor.
      Parameters:
      showText - if true, will display the text of the failure cause next to the icon
  • Method Details