| Package | Description |
|---|---|
| se.diabol.jenkins.pipeline.domain.status | |
| se.diabol.jenkins.workflow.model |
| Modifier and Type | Method and Description |
|---|---|
StatusType |
SimpleStatus.getType() |
StatusType |
Status.getType() |
static StatusType |
StatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusType[] |
StatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleStatus(StatusType type,
long lastActivity,
long duration) |
SimpleStatus(StatusType type,
long lastActivity,
long duration,
boolean promoted,
List<PromotionStatus> promotions) |
| Constructor and Description |
|---|
WorkflowStatus(StatusType type,
long lastActivity,
long duration) |
Copyright © 2016–2020 Diabol AB. All rights reserved.