public class KloBuildGraph extends Object implements hudson.model.Action
Constructor and Description |
---|
KloBuildGraph(hudson.model.AbstractBuild<?,?> owner,
KloConfig kloConfig,
KloReport kloReport) |
Modifier and Type | Method and Description |
---|---|
void |
doBuildGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
double |
getExisting() |
double |
getFixed() |
String |
getIconFileName() |
KloReport |
getKloReport() |
double |
getNew() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
String |
getUrlName() |
boolean |
isGraphActive() |
public static final String URL_NAME
public hudson.model.AbstractBuild<?,?> getOwner()
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public boolean isGraphActive()
public KloReport getKloReport()
public void doBuildGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOException
public double getNew()
public double getExisting()
public double getFixed()
Copyright © 2016–2019. All rights reserved.