Klasse AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference
extends Object
AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe command to executed a script with.protected StringArguments to pass to the Process Automation job.protected Stringprotected StringNode filter for the Process Automation job.protected StringBody of the script to be executed on the Runner. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference(String processAutomationJobId, String processAutomationJobArguments, String processAutomationNodeFilter, String script, String invocationCommand) Constructs a validated instance ofAutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference(Consumer<AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference> spec) Constructs a validated instance ofAutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The command to executed a script with.invocationCommand(String invocationCommand) The command to executed a script with.Arguments to pass to the Process Automation job.processAutomationJobArguments(String processAutomationJobArguments) Arguments to pass to the Process Automation job.processAutomationJobId(String processAutomationJobId) Node filter for the Process Automation job.processAutomationNodeFilter(String processAutomationNodeFilter) Node filter for the Process Automation job.script()Body of the script to be executed on the Runner.Body of the script to be executed on the Runner.toString()
-
Felddetails
-
processAutomationJobId
-
processAutomationJobArguments
Arguments to pass to the Process Automation job. The maxLength value is specified in bytes. -
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 -
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. -
invocationCommand
The command to executed a script with. With the body of the script written into a temp file, the Runner will execute the&lt;invocation_command&gt; &lt;temp_file&gt;command. The maxLength value is specified in bytes.
-
-
Konstruktordetails
-
AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference
public AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference(Consumer<AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference> spec) Constructs a validated instance ofAutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.- Parameter:
spec- the specification to process
-
AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference
@Internal public AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference(String processAutomationJobId, String processAutomationJobArguments, String processAutomationNodeFilter, String script, String invocationCommand) Constructs a validated instance ofAutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference(Consumer)instead.- Parameter:
processAutomationJobId- var.nameprocessAutomationJobArguments- Arguments to pass to the Process Automation job. The maxLength value is specified in bytes.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-syntaxscript- 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.invocationCommand- The command to executed a script with. With the body of the script written into a temp file, the Runner will execute the&lt;invocation_command&gt; &lt;temp_file&gt;command. The maxLength value is specified in bytes.
-
AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference
protected AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference()
-
-
Methodendetails
-
builder
-
processAutomationJobId
-
processAutomationJobArguments
Arguments to pass to the Process Automation job. The maxLength value is specified in bytes. -
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 -
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. -
invocationCommand
The command to executed a script with. With the body of the script written into a temp file, the Runner will execute the&lt;invocation_command&gt; &lt;temp_file&gt;command. The maxLength value is specified in bytes. -
processAutomationJobId
public AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference processAutomationJobId(String processAutomationJobId) - Gibt zurück:
this.
-
processAutomationJobArguments
public AutomationActionsInvocationAllOfActionSnapshotAllOfActionDataReference 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 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
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 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&lt;invocation_command&gt; &lt;temp_file&gt;command. The maxLength value is specified in bytes.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-