Klasse AutomationActionsScriptActionDataReference
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.AutomationActionsScriptActionDataReference
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AutomationActionsScriptActionDataReference
extends Object
AutomationActionsScriptActionDataReference
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAutomationActionsScriptActionDataReference(String script, String invocationCommand) Constructs a validated instance ofAutomationActionsScriptActionDataReference.AutomationActionsScriptActionDataReference(Consumer<AutomationActionsScriptActionDataReference> spec) Constructs a validated instance ofAutomationActionsScriptActionDataReference. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The command to executed a script with.invocationCommand(String invocationCommand) The command to executed a script with.script()Body of the script to be executed on the Runner.Body of the script to be executed on the Runner.toString()
-
Felddetails
-
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
-
AutomationActionsScriptActionDataReference
public AutomationActionsScriptActionDataReference(Consumer<AutomationActionsScriptActionDataReference> spec) Constructs a validated instance ofAutomationActionsScriptActionDataReference.- Parameter:
spec- the specification to process
-
AutomationActionsScriptActionDataReference
@Internal public AutomationActionsScriptActionDataReference(String script, String invocationCommand) Constructs a validated instance ofAutomationActionsScriptActionDataReference.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AutomationActionsScriptActionDataReference(Consumer)instead.- Parameter:
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.
-
AutomationActionsScriptActionDataReference
protected AutomationActionsScriptActionDataReference()
-
-
Methodendetails
-
builder
public static AutomationActionsScriptActionDataReference.AutomationActionsScriptActionDataReferenceBuilder builder() -
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. -
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
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
-