Class TaskRunRequest

java.lang.Object
com.microsoft.azure.management.containerregistry.RunRequest
com.microsoft.azure.management.containerregistry.TaskRunRequest

public class TaskRunRequest extends RunRequest
The parameters for a task run request.
  • Constructor Details

    • TaskRunRequest

      public TaskRunRequest()
  • Method Details

    • taskName

      public String taskName()
      Get the name of task against which run has to be queued.
      Returns:
      the taskName value
    • withTaskName

      public TaskRunRequest withTaskName(String taskName)
      Set the name of task against which run has to be queued.
      Parameters:
      taskName - the taskName value to set
      Returns:
      the TaskRunRequest object itself.
    • values

      public List<SetValue> values()
      Get the collection of overridable values that can be passed when running a task.
      Returns:
      the values value
    • withValues

      public TaskRunRequest withValues(List<SetValue> values)
      Set the collection of overridable values that can be passed when running a task.
      Parameters:
      values - the values value to set
      Returns:
      the TaskRunRequest object itself.