| Package | Description |
|---|---|
| microsoft.vs.analytics.v3.model.entity | |
| microsoft.vs.analytics.v3.model.enums |
| Modifier and Type | Field and Description |
|---|---|
protected PipelineRunReason |
PipelineRun.runReason |
| Modifier and Type | Method and Description |
|---|---|
Optional<PipelineRunReason> |
PipelineRun.getRunReason() |
| Modifier and Type | Method and Description |
|---|---|
PipelineRun.Builder |
PipelineRun.Builder.runReason(PipelineRunReason runReason) |
PipelineRun |
PipelineRun.withRunReason(PipelineRunReason runReason) |
| Modifier and Type | Method and Description |
|---|---|
static PipelineRunReason |
PipelineRunReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineRunReason[] |
PipelineRunReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.