Class FailureProvenanceAction

java.lang.Object
io.jenkins.plugins.failureprovenance.FailureProvenanceAction
All Implemented Interfaces:
Action, ModelObject, RunAction2

public final class FailureProvenanceAction extends Object implements RunAction2
  • Method Details

    • getSignature

      public String getSignature()
    • getShortSignature

      public String getShortSignature()
    • getNormalizedExcerpt

      public String getNormalizedExcerpt()
    • getMatches

      public List<io.jenkins.plugins.failureprovenance.FailureProvenanceAction.Match> getMatches()
    • isNewFailure

      public boolean isNewFailure()
    • onAttached

      public void onAttached(Run<?,?> run)
      Specified by:
      onAttached in interface RunAction2
    • onLoad

      public void onLoad(Run<?,?> run)
      Specified by:
      onLoad in interface RunAction2
    • getOwner

      public Run<?,?> getOwner()
    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action