Package | Description |
---|---|
au.com.centrumsystems.hudson.plugin.buildpipeline | |
au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard |
Modifier and Type | Method and Description |
---|---|
abstract ProjectGrid |
ProjectGridBuilder.build(BuildPipelineView owner)
Builds the grid.
|
ProjectGrid |
DownstreamProjectGridBuilder.build(BuildPipelineView owner) |
abstract org.kohsuke.stapler.HttpResponse |
ProjectGridBuilder.doBuild(org.kohsuke.stapler.StaplerRequest req,
BuildPipelineView owner)
Called to start a new pipeline instance
(normally by triggering some job.)
|
org.kohsuke.stapler.HttpResponse |
DownstreamProjectGridBuilder.doBuild(org.kohsuke.stapler.StaplerRequest req,
BuildPipelineView owner) |
hudson.model.AbstractProject<?,?> |
DownstreamProjectGridBuilder.getFirstJob(BuildPipelineView owner)
The job that's configured as the head of the pipeline.
|
abstract boolean |
ProjectGridBuilder.hasBuildPermission(BuildPipelineView owner)
If the grid produced by this builder supports the notion of "starting a new pipeline instance",
and if the current user has a permission to do so, then return true.
|
boolean |
DownstreamProjectGridBuilder.hasBuildPermission(BuildPipelineView owner) |
void |
ProjectGridBuilder.onJobRenamed(BuildPipelineView owner,
hudson.model.Item item,
String oldName,
String newName)
Called by
BuildPipelineView when one of its members are renamed. |
void |
DownstreamProjectGridBuilder.onJobRenamed(BuildPipelineView owner,
hudson.model.Item item,
String oldName,
String newName) |
abstract boolean |
ProjectGridBuilder.startsWithParameters(BuildPipelineView owner)
If the first job of the grid produced by this builder has parameters
|
boolean |
DownstreamProjectGridBuilder.startsWithParameters(BuildPipelineView owner) |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyBuildPipelineView
This class provides a read-only view for the existing build-pipeline view.
|
Modifier and Type | Method and Description |
---|---|
BuildPipelineView |
BuildPipelineDashboard.getBuildPipelineView() |
Copyright © 2004–2017. All rights reserved.