Klasse AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReferenceBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReferenceBuilder
- Umschließende Klasse:
AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference
public static class AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReferenceBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()invocationCommand(String invocationCommand) The command to executed a script with.processAutomationJobArguments(String processAutomationJobArguments) Arguments to pass to the Process Automation job.processAutomationJobId(String processAutomationJobId) processAutomationNodeFilter(String processAutomationNodeFilter) Node filter for the Process Automation job.Body of the script to be executed on the Runner.toString()
-
Methodendetails
-
processAutomationJobId
public AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReferenceBuilder processAutomationJobId(String processAutomationJobId) - Gibt zurück:
this.
-
processAutomationJobArguments
public AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReferenceBuilder processAutomationJobArguments(String processAutomationJobArguments) Arguments to pass to the Process Automation job. The maxLength value is specified in bytes.- Gibt zurück:
this.
-
processAutomationNodeFilter
public AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReferenceBuilder processAutomationNodeFilter(String processAutomationNodeFilter) Node filter for the Process Automation job. The maxLength value is specified in bytes. Filter syntax: https://docs.rundeck.com/docs/manual/11-node-filters.html#node-filter-syntax- Gibt zurück:
this.
-
script
public AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReferenceBuilder script(String script) Body of the script to be executed on the Runner. To execute it, the Runner will write the content of the property into a temp file, make the file executable and execute it. It is assumed that the Runner has a properly configured environment to run the script as an executable file. This behaviour can be altered by providing theinvocation_commandproperty. The maxLength value is specified in bytes.- Gibt zurück:
this.
-
invocationCommand
public AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReferenceBuilder invocationCommand(String invocationCommand) The command to executed a script with. With the body of the script written into a temp file, the Runner will execute the<invocation_command> <temp_file>command. The maxLength value is specified in bytes.- Gibt zurück:
this.
-
build
-
toString
-