ExecuteScriptActionParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ExecuteScriptActionParameters

public class ExecuteScriptActionParameters

The parameters for the script actions to execute on a running cluster.

Constructor Summary

Constructor Description
ExecuteScriptActionParameters()

Method Summary

Modifier and Type Method and Description
boolean persistOnSuccess()

Get gets or sets if the scripts needs to be persisted.

java.util.List<RuntimeScriptAction> scriptActions()

Get the list of run time script actions.

ExecuteScriptActionParameters withPersistOnSuccess(boolean persistOnSuccess)

Set gets or sets if the scripts needs to be persisted.

ExecuteScriptActionParameters withScriptActions(List<RuntimeScriptAction> scriptActions)

Set the list of run time script actions.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ExecuteScriptActionParameters

public ExecuteScriptActionParameters()

Method Details

persistOnSuccess

public boolean persistOnSuccess()

Get gets or sets if the scripts needs to be persisted.

Returns:

the persistOnSuccess value

scriptActions

public List scriptActions()

Get the list of run time script actions.

Returns:

the scriptActions value

withPersistOnSuccess

public ExecuteScriptActionParameters withPersistOnSuccess(boolean persistOnSuccess)

Set gets or sets if the scripts needs to be persisted.

Parameters:

persistOnSuccess - the persistOnSuccess value to set

Returns:

the ExecuteScriptActionParameters object itself.

withScriptActions

public ExecuteScriptActionParameters withScriptActions(List scriptActions)

Set the list of run time script actions.

Parameters:

scriptActions - the scriptActions value to set

Returns:

the ExecuteScriptActionParameters object itself.

Applies to