Class VectorCASTProjectAction
- java.lang.Object
-
- com.vectorcast.plugins.vectorcastcoverage.VectorCASTProjectAction
-
- All Implemented Interfaces:
Action,ModelObject
public final class VectorCASTProjectAction extends Object implements Action
Project view extension by VectorCAST plugin.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description VectorCASTProjectAction(Job<?,?> project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)StringgetDisplayName()StringgetIconFileName()VectorCASTBuildActiongetLastResult()Gets the most recentVectorCASTBuildActionobject.VectorCASTBuildActiongetPreviousNotFailedBuild()Gets the most recentVectorCASTBuildActionobject.StringgetUrlName()
-
-
-
Field Detail
-
project
public final Job<?,?> project
-
-
Constructor Detail
-
VectorCASTProjectAction
public VectorCASTProjectAction(Job<?,?> project)
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
getLastResult
public VectorCASTBuildAction getLastResult()
Gets the most recentVectorCASTBuildActionobject.- Returns:
- last build result
-
getPreviousNotFailedBuild
public VectorCASTBuildAction getPreviousNotFailedBuild()
Gets the most recentVectorCASTBuildActionobject.- Returns:
- last SUCCSSS or UNSTABLE build result
-
doGraph
public void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException- Throws:
IOException
-
-