- build(BuildPipelineView) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder
-
- build(BuildPipelineView) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectGridBuilder
-
Builds the grid.
- BuildCardExtension - Class in au.com.centrumsystems.hudson.plugin.buildpipeline.extension
-
This class is an extension point for a plugin to provide their own behavior for the 'build cards'
that show up in the build pipeline plugin.
- BuildCardExtension() - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildCardExtension
-
- 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
- BuildForm - Class in au.com.centrumsystems.hudson.plugin.buildpipeline
-
- BuildForm(ItemGroup, PipelineBuild) - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- BuildGrid - Class in au.com.centrumsystems.hudson.plugin.buildpipeline
-
Grid
of
BuildForm
s, which represents one instance
of a pipeline execution.
- BuildGrid() - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildGrid
-
- BuildJSONBuilder - Class in au.com.centrumsystems.hudson.plugin.buildpipeline
-
- BuildJSONBuilder() - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildJSONBuilder
-
- BuildNotFoundException - Exception in au.com.centrumsystems.hudson.plugin.buildpipeline
-
Build not found
- BuildNotFoundException(String) - Constructor for exception au.com.centrumsystems.hudson.plugin.buildpipeline.BuildNotFoundException
-
constructor
- BuildPipelineDashboard - Class in au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard
-
This class provides the entry point to use this plugin in the dashboard-plugin
- BuildPipelineDashboard(String, String, ProjectGridBuilder, String) - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard.BuildPipelineDashboard
-
Constructor
- BuildPipelineDashboard.BuildPipelineDashboardDescriptor - Class in au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard
-
Extension point registration.
- BuildPipelineDashboardDescriptor() - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard.BuildPipelineDashboard.BuildPipelineDashboardDescriptor
-
- BuildPipelineForm - Class in au.com.centrumsystems.hudson.plugin.buildpipeline
-
- BuildPipelineForm(ProjectGrid, Iterable<BuildGrid>) - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineForm
-
- 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, List<AbstractBuildParameters>) - 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.ItemListenerImpl - Class in au.com.centrumsystems.hudson.plugin.buildpipeline.trigger
-
If a job is renamed, update all BuildPipelineTriggers with the new name.
- 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, ProjectGridBuilder, String, boolean, String) - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- BuildPipelineView(String, String, ProjectGridBuilder, String, boolean, boolean, boolean, boolean, boolean, int, String, String, PipelineHeaderExtension, PipelineHeaderExtension, BuildCardExtension) - 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.Function<F,T> - Interface in au.com.centrumsystems.hudson.plugin.buildpipeline
-
A function which accepts an argument and returns a result.
- builds() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectGrid
-
Iterates instances of the pipeline grid view from this project layout.
- BuildUtil - Class in au.com.centrumsystems.hudson.plugin.util
-
Provides helper methods for #hudson.model.AbstractBuild
- BuildUtil() - Constructor for class au.com.centrumsystems.hudson.plugin.util.BuildUtil
-
- BuildVariablesHeader - Class in au.com.centrumsystems.hudson.plugin.buildpipeline.extension
-
Pull values from build variables, hiding sensitive ones
- BuildVariablesHeader() - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildVariablesHeader
-
Default constructor
- BuildVariablesHeader.DescriptorImpl - Class in au.com.centrumsystems.hudson.plugin.buildpipeline.extension
-
Descriptor, since we're in the UI
- get(int, int) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DefaultBuildGridImpl
-
- get(int, int) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DefaultProjectGridImpl
-
Gets the project at the specified location.
- get(int, int) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.Grid
-
Obtains the project placed at the specific position.
- getAllBuildParametersAction(AbstractBuild<?, ?>, AbstractProject<?, ?>) - Static method in class au.com.centrumsystems.hudson.plugin.util.BuildUtil
-
Given an Upstream AbstractBuild and a Downstream AbstractProject will retrieve the associated ParametersAction.
- getAlwaysAllowManualTrigger() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getBuildCard() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getBuildCardDescriptors() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.DescriptorImpl
-
- getBuildDescription() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Returns the current build description.
- getBuildDuration() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Returns the current build duration.
- getBuilderConfigDescriptors() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.BuildPipelineTrigger.DescriptorImpl
-
- getBuildGrids() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineForm
-
- getBuildParametersAction(AbstractBuild<?, ?>) - Static method in class au.com.centrumsystems.hudson.plugin.util.BuildUtil
-
Gets the ParametersAction of an AbstractBuild
- getBuildPipelineForm() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
Returns BuildPipelineForm containing the build pipeline to display.
- getBuildPipelineView() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard.BuildPipelineDashboard
-
- getBuildProgress() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Returns the estimated percentage complete of the current build.
- getBuildResultURL() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Build a URL of the currentBuild
- getBuildViewTitle() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getColumnHeaderDescriptors() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.DescriptorImpl
-
- getColumnHeaders() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getColumns() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DefaultBuildGridImpl
-
- getColumns() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DefaultProjectGridImpl
-
- getColumns() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.Grid
-
Width of the grid.
- getConfigs() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.BuildPipelineTrigger
-
- getConsoleOutputLinkStyle() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getCssUrl() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getCssUrl() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard.BuildPipelineDashboard
-
- getCurrentBuild() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- getCurrentBuild() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
- getCurrentBuildNumber() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Returns the current build number.
- getCurrentBuildResult() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Determines the result of the current build.
- getDependencies() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- getDependencies() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm
-
- getDependencyIds() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- getDescription() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard.BuildPipelineDashboard
-
- getDescriptor() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.PipelineHeaderExtension
-
- getDescriptor() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectGridBuilder
- 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.dashboard.BuildPipelineDashboard.BuildPipelineDashboardDescriptor
-
- getDisplayName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder.DescriptorImpl
-
- getDisplayName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildVariablesHeader.DescriptorImpl
-
- getDisplayName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.FilteredVariablesHeader.DescriptorImpl
-
- getDisplayName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.FilteredVariablesHeader.FilteredVariable.DescriptorImpl
-
- getDisplayName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.NullColumnHeader.DescriptorImpl
-
- getDisplayName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.ParametersActionHeader.DescriptorImpl
-
- getDisplayName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.SimpleColumnHeader.DescriptorImpl
-
- getDisplayName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.SimpleRowHeader.DescriptorImpl
-
- getDisplayName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.StandardBuildCard.DescriptorImpl
-
- 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
- getDisplayTrigger() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm
-
Gets a display value to determine whether a manual jobs 'trigger' button will be shown.
- getDownstreamBuild(AbstractProject<?, ?>, AbstractBuild<?, ?>) - Static method in class au.com.centrumsystems.hudson.plugin.util.BuildUtil
-
Gets the next downstream build based on the upstream build and downstream project.
- getDownstreamPipeline() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Constructs a List of downstream PipelineBuild objects that make up the current pipeline.
- getDownstreamProjectNames() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.BuildPipelineTrigger
-
- getDownstreamProjects(AbstractProject<?, ?>) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
Get a List of downstream projects.
- getDownstreamProjects(AbstractProject<?, ?>) - Static method in class au.com.centrumsystems.hudson.plugin.util.ProjectUtil
-
Given a Project get a List of all of its Downstream projects
- getFilteredVariables() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.FilteredVariablesHeader
-
- getFirstJob() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder
-
- getFirstJob(BuildPipelineView) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder
-
The job that's configured as the head of the pipeline.
- getFirstJobLink() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder
-
- getFormattedStartDate() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
- getFormattedStartTime() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
- getGridBuilder() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getGridBuilder() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard.BuildPipelineDashboard
-
- getGridHeight() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineForm
-
- getGridWidth() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineForm
-
grid width is the longest column map counting empties (keys represent position, so they are used to determine width)
- getHealth() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm
-
- getHelpFile() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.BuildPipelineTrigger.DescriptorImpl
-
Set help text to "Build Pipeline Plugin -> Manually Execute Downstream Project" Post Build action in JOB configuration page
- getId() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- getId() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm
-
- getIndex() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildCardExtension
-
Return an index to where this should be displayed, relative to other options
- getIndex() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildVariablesHeader.DescriptorImpl
-
- getIndex() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.FilteredVariablesHeader.DescriptorImpl
-
- getIndex() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.NullColumnHeader.DescriptorImpl
-
- getIndex() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.ParametersActionHeader.DescriptorImpl
-
- getIndex() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.PipelineHeaderExtensionDescriptor
-
Return an index to where this should be displayed, relative to other options
- getIndex() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.SimpleColumnHeader.DescriptorImpl
-
- getIndex() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.SimpleRowHeader.DescriptorImpl
-
- getIndex() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.StandardBuildCard
-
- getItems() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getLastSuccessfulBuildNumber() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm
-
- getLastSuccessfulBuildParams() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm
-
- getMetaClass() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildJSONBuilder
-
- getMetaClass() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectJSONBuilder
-
- getName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm
-
- getNextAvailableRow(int, int) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.Grid
-
Determines the next row of the grid that should be populated.
- getNextBuildNumber() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- getNoOfDisplayedBuilds() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getNoOfDisplayedBuilds() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard.BuildPipelineDashboard
-
- getParameterList() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- getParameters(AbstractBuild<?, ?>) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.BuildVariablesHeader
-
- getParameters(AbstractBuild<?, ?>) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.FilteredVariablesHeader
-
- getParameters(AbstractBuild<?, ?>) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.NullColumnHeader
-
- getParameters(AbstractBuild<?, ?>) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.ParametersActionHeader
-
- getParameters(AbstractBuild<?, ?>) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.PipelineHeaderExtension
-
- getParameters(AbstractBuild<?, ?>) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.SimpleColumnHeader
-
- getParameters(AbstractBuild<?, ?>) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.SimpleRowHeader
-
- getPipelineVersion() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Return pipeline version which is simply the first build's number
- getProject() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Returns the project name.
- getProjectGrid() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineForm
-
- getProjectHealth() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
- getProjectId() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- getProjectParametersAction(AbstractProject<?, ?>) - Static method in class au.com.centrumsystems.hudson.plugin.util.ProjectUtil
-
Gets the ParametersAction of an AbstractProject
- getProjectURL(AbstractProject<?, ?>) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
Retrieves the project URL
- getProjectURL() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Builds a URL of the current project
- getProperty(String) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildJSONBuilder
-
- getProperty(String) - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectJSONBuilder
-
- getRefreshFrequency() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getRefreshFrequencyInMillis() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getRequiredMonitorService() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.trigger.BuildPipelineTrigger
-
- getResult() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm
-
- getRevision() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- getRowHeaderDescriptors() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.DescriptorImpl
-
- getRowHeaders() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getRows() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DefaultBuildGridImpl
-
- getRows() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.DefaultProjectGridImpl
-
- getRows() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.Grid
-
Height of the grid.
- getSelectedJob() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard.BuildPipelineDashboard
-
- getShowPipelineDefinitionHeader() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getStartTime() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Start time of build
- getStatus() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm
-
- getString(String) - Static method in class au.com.centrumsystems.hudson.plugin.buildpipeline.Strings
-
- getTriggerOnlyLatestJob() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView
-
- getUnsensitiveParameters(AbstractBuild<?, ?>) - Static method in class au.com.centrumsystems.hudson.plugin.util.BuildUtil
-
Retrieve build parameters in String format without sensitive parameters (passwords, ...)
- getUpstreamBuild() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
- getUpstreamBuildResult() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Determines the result of the upstream build.
- getUpstreamPipelineBuild() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild
-
Returns the upstream PipelineBuild object from the current PipelineBuild object.
- getUrl() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm
-
- getVariableName() - Method in class au.com.centrumsystems.hudson.plugin.buildpipeline.extension.FilteredVariablesHeader.FilteredVariable
-
Get the name of the variable to show
- Grid<T> - Class in au.com.centrumsystems.hudson.plugin.buildpipeline
-
Two-dimensional finite sparse placement of things (such as projects and builds) into a grid/matrix layout.
- Grid() - Constructor for class au.com.centrumsystems.hudson.plugin.buildpipeline.Grid
-