Package | Description |
---|---|
se.diabol.jenkins.pipeline.domain | |
se.diabol.jenkins.workflow.model |
Modifier and Type | Method and Description |
---|---|
Set<Change> |
Stage.getChanges() |
List<Change> |
Pipeline.getChanges() |
static List<Change> |
Change.getChanges(hudson.model.AbstractBuild<?,?> build) |
static List<Change> |
Change.getChanges(List<hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry>> changes) |
Modifier and Type | Method and Description |
---|---|
static Set<UserInfo> |
UserInfo.getContributors(List<Change> changes) |
void |
Pipeline.setChanges(List<Change> changes) |
void |
Stage.setChanges(Set<Change> changes) |
Modifier and Type | Method and Description |
---|---|
List<Change> |
Pipeline.getChanges() |
Modifier and Type | Method and Description |
---|---|
void |
Pipeline.setChanges(List<Change> changes) |
Constructor and Description |
---|
Pipeline(String name,
String version,
List<Stage> stages,
List<Change> changes,
List<TriggerCause> triggeredBy,
String timestamp) |
Copyright © 2016–2020 Diabol AB. All rights reserved.