public class DashboardBuilder
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
DashboardBuilder.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
boolean |
addColumns |
| Constructor and Description |
|---|
DashboardBuilder(String nameOfEnv,
String componentName,
String buildNumber,
String buildJob,
String packageName,
boolean addColumns,
List<ListItem> data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildJob() |
String |
getBuildNumber() |
String |
getComponentName() |
List<ListItem> |
getData() |
DashboardBuilder.DescriptorImpl |
getDescriptor() |
String |
getNameOfEnv() |
String |
getPackageName() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getNameOfEnv()
public String getComponentName()
public String getBuildNumber()
public String getBuildJob()
public String getPackageName()
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionpublic DashboardBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>Copyright © 2004-2015. All Rights Reserved.