public class ClangScanBuildProjectAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
hudson.model.AbstractProject<?,?> |
project |
| Constructor and Description |
|---|
ClangScanBuildProjectAction(hudson.model.AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
buildDataExists() |
void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
void |
doMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
ClangBuildGraph |
getGraph()
Doing this wastefully because i do not know the lifecycle of this object.
|
String |
getIconFileName() |
String |
getUrlName() |
public ClangScanBuildProjectAction(hudson.model.AbstractProject<?,?> project)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic ClangBuildGraph getGraph()
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionpublic void doMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionpublic boolean buildDataExists()
Copyright © 2004-2013. All Rights Reserved.