Package | Description |
---|---|
se.diabol.jenkins.pipeline.domain | |
se.diabol.jenkins.pipeline.domain.task |
Modifier and Type | Method and Description |
---|---|
List<Task> |
Route.getTasks() |
List<Task> |
Stage.getTasks() |
Modifier and Type | Method and Description |
---|---|
void |
Route.addTask(Task task) |
Modifier and Type | Method and Description |
---|---|
static Stage |
Stage.getPrototypeStage(String name,
List<Task> tasks) |
void |
Route.setTasks(List<Task> tasks) |
Constructor and Description |
---|
Stage(String name,
List<Task> tasks) |
Modifier and Type | Method and Description |
---|---|
Task |
Task.getAggregatedTask(hudson.model.AbstractBuild versionBuild,
hudson.model.ItemGroup context) |
Task |
Task.getLatestTask(hudson.model.ItemGroup context,
hudson.model.AbstractBuild firstBuild) |
static Task |
Task.getPrototypeTask(hudson.model.AbstractProject project,
boolean initial) |
Constructor and Description |
---|
Task(Task task,
String taskName,
String buildId,
Status status,
String link,
ManualStep manual,
List<TestResult> testResults,
List<StaticAnalysisResult> staticAnalysisResults,
String description) |
Copyright © 2016–2020 Diabol AB. All rights reserved.