public class JobStepAction extends Object
| Constructor and Description |
|---|
JobStepAction() |
| Modifier and Type | Method and Description |
|---|---|
JobStepActionSource |
source()
Get the source of the action to execute.
|
JobStepActionType |
type()
Get type of action being executed by the job step.
|
String |
value()
Get the action value, for example the text of the T-SQL script to execute.
|
JobStepAction |
withSource(JobStepActionSource source)
Set the source of the action to execute.
|
JobStepAction |
withType(JobStepActionType type)
Set type of action being executed by the job step.
|
JobStepAction |
withValue(String value)
Set the action value, for example the text of the T-SQL script to execute.
|
public JobStepActionType type()
public JobStepAction withType(JobStepActionType type)
type - the type value to setpublic JobStepActionSource source()
public JobStepAction withSource(JobStepActionSource source)
source - the source value to setpublic String value()
public JobStepAction withValue(String value)
value - the value value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/