public class DashboardBuilder extends SimpleBuildWrapper implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DashboardBuilder.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.DisposerBuildWrapper.EnvironmentExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
boolean |
addColumns |
| Constructor and Description |
|---|
DashboardBuilder(String nameOfEnv,
String componentName,
String buildNumber,
String buildJob,
String packageName,
boolean addColumns,
ArrayList<ListItem> data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildJob() |
String |
getBuildNumber() |
String |
getComponentName() |
List<ListItem> |
getData() |
DashboardBuilder.DescriptorImpl |
getDescriptor() |
String |
getNameOfEnv() |
String |
getPackageName() |
void |
setUp(SimpleBuildWrapper.Context context,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars initialEnvironment) |
createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, runPreCheckout, setUpall, getProjectAction, setUppublic String getNameOfEnv()
public String getComponentName()
public String getBuildNumber()
public String getBuildJob()
public String getPackageName()
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
setUp in class SimpleBuildWrapperIOExceptionInterruptedExceptionpublic DashboardBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<BuildWrapper>getDescriptor in class AbstractDescribableImpl<BuildWrapper>Copyright © 2016–2025. All rights reserved.