Uses of Class
au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView

Packages that use BuildPipelineView
au.com.centrumsystems.hudson.plugin.buildpipeline   
au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard   
 

Uses of BuildPipelineView in au.com.centrumsystems.hudson.plugin.buildpipeline
 

Methods in au.com.centrumsystems.hudson.plugin.buildpipeline with parameters of type BuildPipelineView
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)
           
 

Uses of BuildPipelineView in au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard
 

Subclasses of BuildPipelineView in au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard
 class ReadOnlyBuildPipelineView
          This class provides a read-only view for the existing build-pipeline view.
 

Methods in au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard that return BuildPipelineView
 BuildPipelineView BuildPipelineDashboard.getBuildPipelineView()
           
 



Copyright © 2004-2014. All Rights Reserved.