public class RadarGunProjectAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
static String |
ICON_URL |
static String |
ICON_URL_PREFIX |
static String |
PLUGIN_ID |
| Constructor and Description |
|---|
RadarGunProjectAction(hudson.model.Job<?,?> job) |
| Modifier and Type | Method and Description |
|---|---|
void |
createPackageResults() |
String |
getDisplayName() |
Object |
getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getIconFileName() |
hudson.model.Job<?,?> |
getJob() |
Collection<AggregatedPackageResult> |
getPackageResults() |
String |
getProjectName() |
String |
getUrlName() |
void |
mergePackages(Set<PackageResult> packageResults) |
public static final String PLUGIN_ID
public static final String ICON_URL_PREFIX
public static final String ICON_URL
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.Job<?,?> getJob()
public String getProjectName()
public void createPackageResults()
public void mergePackages(Set<PackageResult> packageResults)
public Collection<AggregatedPackageResult> getPackageResults()
Copyright © 2018. All rights reserved.