| Package | Description |
|---|---|
| se.diabol.jenkins.pipeline.domain | |
| se.diabol.jenkins.workflow.model |
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
Change.getAuthor() |
static UserInfo |
UserInfo.getUser(hudson.model.User user) |
| Modifier and Type | Method and Description |
|---|---|
Set<UserInfo> |
Pipeline.getContributors() |
static Set<UserInfo> |
UserInfo.getContributors(List<Change> changes) |
| Modifier and Type | Method and Description |
|---|---|
protected Pipeline |
Pipeline.pipelineOf(hudson.model.AbstractBuild firstBuild,
hudson.model.AbstractProject lastProject,
String pipeLineTimestamp,
Set<UserInfo> contributors,
List<Stage> pipelineStages) |
| Constructor and Description |
|---|
Change(UserInfo author,
String message,
String commitId,
String changeLink) |
| Constructor and Description |
|---|
Pipeline(String name,
hudson.model.AbstractProject firstProject,
hudson.model.AbstractProject lastProject,
String version,
String timestamp,
List<TriggerCause> triggeredBy,
Set<UserInfo> contributors,
List<Stage> stages,
boolean aggregated) |
| Modifier and Type | Method and Description |
|---|---|
Set<UserInfo> |
Pipeline.getContributors() |
Copyright © 2016–2020 Diabol AB. All rights reserved.