Package | Description |
---|---|
se.diabol.jenkins.pipeline.domain.status | |
se.diabol.jenkins.pipeline.domain.status.promotion |
Modifier and Type | Method and Description |
---|---|
List<PromotionStatus> |
SimpleStatus.getPromotions() |
List<PromotionStatus> |
Status.getPromotions() |
Modifier and Type | Method and Description |
---|---|
static Status |
StatusFactory.failed(long lastActivity,
long duration,
boolean promoted,
List<PromotionStatus> promotions) |
static Status |
StatusFactory.success(long lastActivity,
long duration,
boolean promoted,
List<PromotionStatus> promotions) |
Constructor and Description |
---|
SimpleStatus(StatusType type,
long lastActivity,
long duration,
boolean promoted,
List<PromotionStatus> promotions) |
Modifier and Type | Method and Description |
---|---|
abstract List<PromotionStatus> |
AbstractPromotionStatusProvider.getPromotionStatusList(hudson.model.AbstractBuild<?,?> build) |
List<PromotionStatus> |
PromotionStatusProvider.getPromotionStatusList(hudson.model.AbstractBuild<?,?> build) |
Copyright © 2016–2020 Diabol AB. All rights reserved.