Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
D
G
H
I
N
S
V
A
au.com.centrumsystems.hudson.plugin.buildpipeline
- package au.com.centrumsystems.hudson.plugin.buildpipeline
au.com.centrumsystems.hudson.plugin.buildpipeline.trigger
- package au.com.centrumsystems.hudson.plugin.buildpipeline.trigger
au.com.centrumsystems.hudson.plugin.buildpipeline.util
- package au.com.centrumsystems.hudson.plugin.buildpipeline.util
B
BPAbstractBuild
- Class in
au.com.centrumsystems.hudson.plugin.buildpipeline.util
CentrumAbstractBuild class is a util class which is used to build the build pipeline
BPAbstractBuild()
- Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.util.
BPAbstractBuild
BPAbstractProject
- Class in
au.com.centrumsystems.hudson.plugin.buildpipeline.util
CentrumAbstractProject is used to build the downstream projects pipeline
buildDependencyGraph(AbstractProject, DependencyGraph)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger
this method is required to rebuild the dependency graph of the downstream project
BuildPipelineTrigger
- Class in
au.com.centrumsystems.hudson.plugin.buildpipeline.trigger
The build pipeline trigger allows the creation of downstream jobs which aren't triggered automatically.
BuildPipelineTrigger(String, boolean)
- Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger
Construct the trigger setting the project name and manual build promotion option
BuildPipelineTrigger.DescriptorImpl
- Class in
au.com.centrumsystems.hudson.plugin.buildpipeline.trigger
Set the descriptor for build pipeline trigger class This descriptor is only attached to Build Trigger Post Build action in JOB configuration page
BuildPipelineTrigger.DescriptorImpl()
- Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger.DescriptorImpl
BuildPipelineView
- Class in
au.com.centrumsystems.hudson.plugin.buildpipeline
This view displays the set of jobs that are related based on their upstream\downstream relationships as a pipeline.
BuildPipelineView(String, String, String, String)
- Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
BuildPipelineView.DescriptorImpl
- Class in
au.com.centrumsystems.hudson.plugin.buildpipeline
This descriptor class is required to configure the View Page
BuildPipelineView.DescriptorImpl()
- Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView.DescriptorImpl
descriptor impl constructor This empty constructor is required for stapler.
D
doFillDownstreamProjectNameItems()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger.DescriptorImpl
Display Job List Item in the Edit Job Configuration Page
doFillNoOfDisplayedBuildsItems()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView.DescriptorImpl
Display No Of Builds Items in the Edit View Page
doFillSelectedJobItems()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView.DescriptorImpl
Display Job List Item in the Edit View Page
doManualExecution(StaplerRequest, StaplerResponse)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
Invoke this method when the URL(/manualExecution/) is called
DownstreamDependency
- Class in
au.com.centrumsystems.hudson.plugin.buildpipeline.trigger
Defines downstream dependency for the build pipeline trigger
DownstreamDependency(AbstractProject<?, ?>, AbstractProject<?, ?>, boolean)
- Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
DownstreamDependency
Downstream Dependency
G
getBuildResultURL(AbstractBuild<?, ?>)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
Build a URL of a particular build
getBuildResultURL(AbstractBuild<?, ?>)
- Static method in class au.com.centrumsystems.hudson.plugin.buildpipeline.util.
BPAbstractBuild
Build a URL of a particular build
getBuildsHistory()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
Gets the collection of pipelines (rows in the view).
getBuildViewTitle()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
getDisplayName()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView.DescriptorImpl
get the display name
getDisplayName()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger.DescriptorImpl
set the display name in post build action section of the job configuration page
getDownstreamProjectName()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger
getDownstreamProjectsList(AbstractProject<?, ?>)
- Static method in class au.com.centrumsystems.hudson.plugin.buildpipeline.util.
BPAbstractProject
Get downstream projects of a project
getHelpFile()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger.DescriptorImpl
Set help text to "Build Pipeline Plugin -> Specify Downstream Project" Post Build action in JOB configuration page
getHudsonResult(AbstractBuild<?, ?>)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
Get the hudson result
getIsManualBuild()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger
getIsManualBuild method is required to retrieve the value of isManualBuild from Hudson stapler framework Otherwise, Hudson will not be able to set the value of "Require manual build execution" in the build trigger post build actions
getJob()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
get the selected job
getLastBuildOfAPipeline()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
getNextProject(AbstractBuild<?, ?>)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
Get the downstream project.
getNoOfDisplayedBuilds()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
getProjectBuildPipeline(AbstractBuild<?, ?>)
- Static method in class au.com.centrumsystems.hudson.plugin.buildpipeline.util.
BPAbstractBuild
get the project build pipeline for a particular build
getProjectPipeline()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
Get Project Pipeline
getSelectedJob()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
getSVNRefvisionNo(List<AbstractBuild<?, ?>>)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
Get the SVN revision no of a particular build
H
HudsonResult
- Enum in
au.com.centrumsystems.hudson.plugin.buildpipeline.util
Hudson Result
I
isNextBuildRequire()
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
Check whether the next Build is required in a build pipeline
N
newInstance(StaplerRequest, JSONObject)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger.DescriptorImpl
This method is called when downstream build pipeline is created
S
setBuildViewTitle(String)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
setDownstreamProjectName(String)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger
setLastBuildOfAPipeline(AbstractBuild<?, ?>)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
setManualBuild(boolean)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
BuildPipelineTrigger
setNoOfDisplayedBuilds(String)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
setSelectedJob(String)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
setTriggerBuildFlag(boolean)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
DownstreamDependency
set the manual trigger flag
shouldTriggerBuild(AbstractBuild, TaskListener, List<Action>)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.
DownstreamDependency
submit(StaplerRequest)
- Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.
BuildPipelineView
Handles the configuration submission
V
valueOf(String)
- Static method in enum au.com.centrumsystems.hudson.plugin.buildpipeline.util.
HudsonResult
Returns the enum constant of this type with the specified name.
values()
- Static method in enum au.com.centrumsystems.hudson.plugin.buildpipeline.util.
HudsonResult
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
D
G
H
I
N
S
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2011. All Rights Reserved.