Class PitProjectAction

java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
org.jenkinsci.plugins.pitmutation.PitProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, hudson.search.SearchableModelObject, hudson.search.SearchItem, jenkins.model.ModelObjectWithContextMenu

public class PitProjectAction
extends hudson.model.Actionable
implements hudson.model.ProminentProjectAction
Author:
Ed Kimber
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu

    jenkins.model.ModelObjectWithContextMenu.ContextMenu, jenkins.model.ModelObjectWithContextMenu.ContextMenuVisibility, jenkins.model.ModelObjectWithContextMenu.MenuItem
  • Constructor Summary

    Constructors 
    Constructor Description
    PitProjectAction​(hudson.model.AbstractProject<?,​?> project)  
  • Method Summary

    Modifier and Type Method Description
    void doGraph​(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)  
    void doIndex​(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)  
    String getDisplayName()  
    String getIconFileName()  
    PitBuildAction getLastResult()
    Getter for property 'lastResult'.
    Integer getLastResultBuild()
    Getter for property 'lastResult'.
    hudson.model.AbstractProject<?,​?> getProject()  
    String getSearchUrl()  
    String getUrlName()  
    boolean isFloatingBoxActive()  

    Methods inherited from class hudson.model.Actionable

    addAction, addOrReplaceAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, removeAction, removeActions, replaceAction, replaceActions

    Methods inherited from class hudson.model.AbstractModelObject

    getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PitProjectAction

      public PitProjectAction​(hudson.model.AbstractProject<?,​?> project)
  • Method Details

    • getLastResult

      public PitBuildAction getLastResult()
      Getter for property 'lastResult'.
      Returns:
      Value for property 'lastResult'.
    • getProject

      public hudson.model.AbstractProject<?,​?> getProject()
    • getLastResultBuild

      public Integer getLastResultBuild()
      Getter for property 'lastResult'.
      Returns:
      Value for property 'lastResult'.
    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface hudson.model.Action
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface hudson.model.Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface hudson.model.Action
      Specified by:
      getDisplayName in interface hudson.model.ModelObject
    • getSearchUrl

      public String getSearchUrl()
      Specified by:
      getSearchUrl in interface hudson.search.SearchItem
    • isFloatingBoxActive

      public boolean isFloatingBoxActive()
    • doIndex

      public void doIndex​(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
      Throws:
      IOException
    • doGraph

      public void doGraph​(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
      Throws:
      IOException