Package | Description |
---|---|
se.diabol.jenkins.pipeline.domain.status | |
se.diabol.jenkins.pipeline.domain.task | |
se.diabol.jenkins.workflow.model |
Modifier and Type | Class and Description |
---|---|
class |
Running |
class |
SimpleStatus |
Modifier and Type | Method and Description |
---|---|
static Status |
StatusFactory.cancelled(long lastActivity,
long duration) |
static Status |
StatusFactory.disabled() |
static Status |
StatusFactory.failed(long lastActivity,
long duration,
boolean promoted,
List<PromotionStatus> promotions) |
static Status |
StatusFactory.idle() |
static Status |
StatusFactory.notBuilt(long lastActivity,
long duration) |
static Status |
StatusFactory.queued(long lastActivity) |
static Status |
SimpleStatus.resolveStatus(hudson.model.AbstractProject project,
hudson.model.AbstractBuild build,
hudson.model.AbstractBuild firstBuild) |
static Status |
StatusFactory.running(int percentage,
long lastActivity,
long duration) |
static Status |
StatusFactory.success(long lastActivity,
long duration,
boolean promoted,
List<PromotionStatus> promotions) |
static Status |
StatusFactory.unstable(long lastActivity,
long duration) |
Modifier and Type | Method and Description |
---|---|
Status |
Task.getStatus() |
Constructor and Description |
---|
Task(hudson.model.AbstractProject project,
String id,
String name,
Status status,
String link,
ManualStep manual,
List<String> downstreamTasks,
boolean initial,
String description) |
Task(Task task,
String taskName,
String buildId,
Status status,
String link,
ManualStep manual,
List<TestResult> testResults,
List<StaticAnalysisResult> staticAnalysisResults,
String description) |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowStatus |
Modifier and Type | Method and Description |
---|---|
Status |
Task.getStatus() |
Constructor and Description |
---|
Task(String id,
String name,
int buildId,
Status status,
String link,
ManualStep manual,
String description,
boolean requiringInput) |
Copyright © 2016–2020 Diabol AB. All rights reserved.