public class History extends Object
| Constructor and Description |
|---|
History() |
History(List<Pipeline> pipelines,
Pagination pagination) |
| Modifier and Type | Method and Description |
|---|---|
Pagination |
getPagination() |
List<Pipeline> |
getPipelines() |
Stage |
previousRun(int pipelineCounter,
String stageName,
int stageCounter)
Find the most recent run of the specified stage _before_ this one.
|
String |
toString() |
public History(List<Pipeline> pipelines, Pagination pagination)
public History()
public Pagination getPagination()
public Stage previousRun(int pipelineCounter, String stageName, int stageCounter)
pipelineCounter - stageName - stageCounter - Copyright © 2016. All rights reserved.