Package | Description |
---|---|
se.diabol.jenkins.pipeline.domain | |
se.diabol.jenkins.pipeline.util | |
se.diabol.jenkins.workflow | |
se.diabol.jenkins.workflow.model |
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) |
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.
|
static List<Stage> |
Stage.extractStages(hudson.model.AbstractProject firstProject,
hudson.model.AbstractProject lastProject) |
protected List<Pipeline> |
Pipeline.getPipelines(Iterator it,
hudson.model.ItemGroup context,
int startIndex,
int retrieveSize,
boolean showChanges) |
static List<Stage> |
Stage.placeStages(hudson.model.AbstractProject firstProject,
Collection<Stage> stages) |
Modifier and Type | Method and Description |
---|---|
static org.jenkinsci.plugins.workflow.job.WorkflowJob |
ProjectUtil.getWorkflowJob(String projectName,
hudson.model.ItemGroup<? extends hudson.model.TopLevelItem> ownerItemGroup) |
Modifier and Type | Method and Description |
---|---|
Run |
WorkflowApi.lastFinishedRunFor(org.jenkinsci.plugins.workflow.job.WorkflowJob job) |
Modifier and Type | Method and Description |
---|---|
static Pipeline |
Pipeline.resolve(org.jenkinsci.plugins.workflow.job.WorkflowJob project,
org.jenkinsci.plugins.workflow.job.WorkflowRun build) |
static List<Task> |
Task.resolve(org.jenkinsci.plugins.workflow.job.WorkflowRun build,
org.jenkinsci.plugins.workflow.graph.FlowNode stageStartNode) |
Copyright © 2016–2020 Diabol AB. All rights reserved.