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 void
doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
String
getDisplayName()
String
getIconFileName()
VectorCASTBuildAction
getLastResult()
Gets the most recentVectorCASTBuildAction
object.VectorCASTBuildAction
getPreviousNotFailedBuild()
Gets the most recentVectorCASTBuildAction
object.String
getUrlName()
-
-
-
Field Detail
-
project
public final Job<?,?> project
-
-
Constructor Detail
-
VectorCASTProjectAction
public VectorCASTProjectAction(Job<?,?> project)
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getLastResult
public VectorCASTBuildAction getLastResult()
Gets the most recentVectorCASTBuildAction
object.- Returns:
- last build result
-
getPreviousNotFailedBuild
public VectorCASTBuildAction getPreviousNotFailedBuild()
Gets the most recentVectorCASTBuildAction
object.- 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
-
-