Package | Description |
---|---|
se.diabol.jenkins.pipeline.domain |
Modifier and Type | Class and Description |
---|---|
class |
DownstreamPipeline |
Modifier and Type | Method and Description |
---|---|
Pipeline |
Pipeline.createPipelineAggregated(hudson.model.ItemGroup context,
boolean showAggregatedChanges) |
static Pipeline |
Pipeline.extractPipeline(String name,
hudson.model.AbstractProject<?,?> firstProject) |
static Pipeline |
Pipeline.extractPipeline(String name,
hudson.model.AbstractProject<?,?> firstProject,
hudson.model.AbstractProject<?,?> lastProject,
boolean withUpstream)
Created a pipeline prototype for the supplied first project.
|
protected Pipeline |
Pipeline.pipelineOf(hudson.model.AbstractBuild firstBuild,
hudson.model.AbstractProject lastProject,
String pipeLineTimestamp,
Set<UserInfo> contributors,
List<Stage> pipelineStages) |
Modifier and Type | Method and Description |
---|---|
List<Pipeline> |
Pipeline.createPipelineLatest(int noOfPipelines,
hudson.model.ItemGroup context,
boolean pagingEnabled,
boolean showChanges,
Component component)
Populates and return pipelines for the supplied pipeline prototype with the current status.
|
List<Pipeline> |
DownstreamPipeline.createPipelineLatest(int noOfPipelines,
hudson.model.ItemGroup context,
boolean pagingEnabled,
boolean showChanges,
Component component) |
List<Pipeline> |
Component.getPipelines() |
protected List<Pipeline> |
Pipeline.getPipelines(Iterator it,
hudson.model.ItemGroup context,
int startIndex,
int retrieveSize,
boolean showChanges) |
Modifier and Type | Method and Description |
---|---|
void |
Component.setPipelines(List<Pipeline> pipelines) |
Copyright © 2016–2020 Diabol AB. All rights reserved.