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

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

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

Subclasses of ProjectGridBuilder in au.com.centrumsystems.hudson.plugin.buildpipeline
 class DownstreamProjectGridBuilder
          ProjectGridBuilder based on the upstream/downstream relationship.
 

Methods in au.com.centrumsystems.hudson.plugin.buildpipeline that return ProjectGridBuilder
 ProjectGridBuilder BuildPipelineView.getGridBuilder()
           
 

Methods in au.com.centrumsystems.hudson.plugin.buildpipeline that return types with arguments of type ProjectGridBuilder
static hudson.DescriptorExtensionList<ProjectGridBuilder,ProjectGridBuilderDescriptor> ProjectGridBuilderDescriptor.all()
          Returns all the registered ProjectGridBuilder descriptors.
 

Methods in au.com.centrumsystems.hudson.plugin.buildpipeline with parameters of type ProjectGridBuilder
 void BuildPipelineView.setGridBuilder(ProjectGridBuilder gridBuilder)
           
 

Constructors in au.com.centrumsystems.hudson.plugin.buildpipeline with parameters of type ProjectGridBuilder
BuildPipelineView(String name, String buildViewTitle, ProjectGridBuilder gridBuilder, String noOfDisplayedBuilds, boolean triggerOnlyLatestJob, boolean alwaysAllowManualTrigger, boolean showPipelineParameters, boolean showPipelineParametersInHeaders, boolean showPipelineDefinitionHeader, int refreshFrequency, String cssUrl, String selectedJob)
           
BuildPipelineView(String name, String buildViewTitle, ProjectGridBuilder gridBuilder, String noOfDisplayedBuilds, boolean triggerOnlyLatestJob, String cssUrl)
           
 

Constructor parameters in au.com.centrumsystems.hudson.plugin.buildpipeline with type arguments of type ProjectGridBuilder
ProjectGridBuilderDescriptor(Class<? extends ProjectGridBuilder> clazz)
          For Descriptors that explicitly specify ProjectGridBuilder
 

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

Methods in au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard that return ProjectGridBuilder
 ProjectGridBuilder BuildPipelineDashboard.getGridBuilder()
           
 

Methods in au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard with parameters of type ProjectGridBuilder
 void BuildPipelineDashboard.setGridBuilder(ProjectGridBuilder gridBuilder)
           
 

Constructors in au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard with parameters of type ProjectGridBuilder
BuildPipelineDashboard(String name, String description, ProjectGridBuilder gridBuilder, String noOfDisplayedBuilds)
          Constructor
ReadOnlyBuildPipelineView(String displayName, String description, ProjectGridBuilder gridBuilder, String noOfDisplayedBuilds, boolean triggerOnlyLatestJob, String cssUrl)
           
 



Copyright © 2004-2015. All Rights Reserved.