| Package | Description |
|---|---|
| au.com.centrumsystems.hudson.plugin.buildpipeline | |
| au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard |
| Modifier and Type | Class and Description |
|---|---|
class |
DownstreamProjectGridBuilder
ProjectGridBuilder based on the upstream/downstream relationship. |
| Modifier and Type | Method and Description |
|---|---|
ProjectGridBuilder |
BuildPipelineView.getGridBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<ProjectGridBuilder,ProjectGridBuilderDescriptor> |
ProjectGridBuilderDescriptor.all()
Returns all the registered
ProjectGridBuilder descriptors. |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildPipelineView.setGridBuilder(ProjectGridBuilder gridBuilder) |
| Constructor and Description |
|---|
BuildPipelineView(String name,
String buildViewTitle,
ProjectGridBuilder gridBuilder,
String noOfDisplayedBuilds,
boolean triggerOnlyLatestJob) |
BuildPipelineView(String name,
String buildViewTitle,
ProjectGridBuilder gridBuilder,
String noOfDisplayedBuilds,
boolean triggerOnlyLatestJob,
boolean alwaysAllowManualTrigger,
boolean showPipelineParameters,
boolean showPipelineParametersInHeaders,
boolean showPipelineDefinitionHeader,
int refreshFrequency) |
| Constructor and Description |
|---|
ProjectGridBuilderDescriptor(Class<? extends ProjectGridBuilder> clazz)
For
Descriptors that explicitly specify ProjectGridBuilder |
| Modifier and Type | Method and Description |
|---|---|
ProjectGridBuilder |
BuildPipelineDashboard.getGridBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildPipelineDashboard.setGridBuilder(ProjectGridBuilder gridBuilder) |
| Constructor and Description |
|---|
BuildPipelineDashboard(String name,
String description,
ProjectGridBuilder gridBuilder,
String noOfDisplayedBuilds)
Constructor
|
ReadOnlyBuildPipelineView(String displayName,
String description,
ProjectGridBuilder gridBuilder,
String noOfDisplayedBuilds,
boolean triggerOnlyLatestJob) |
Copyright © 2004-2013 Hudson. All Rights Reserved.