| Modifier and Type | Field and Description |
|---|---|
static JobStepActionSource |
JobStepActionSource.INLINE
Static value Inline for JobStepActionSource.
|
| Modifier and Type | Method and Description |
|---|---|
static JobStepActionSource |
JobStepActionSource.fromString(String name)
Creates or finds a JobStepActionSource from its string representation.
|
JobStepActionSource |
JobStepAction.source()
Get the source value.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<JobStepActionSource> |
JobStepActionSource.values() |
| Modifier and Type | Method and Description |
|---|---|
JobStepAction |
JobStepAction.withSource(JobStepActionSource source)
Set the source value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/