java.lang.Object
com.microsoft.azure.management.containerregistry.TaskStepProperties
com.microsoft.azure.management.containerregistry.FileTaskStep

public class FileTaskStep extends TaskStepProperties
The properties of a FileTask step.
  • Constructor Details

    • FileTaskStep

      public FileTaskStep()
  • Method Details

    • taskFilePath

      public String taskFilePath()
      Get the task template/definition file path relative to the source context.
      Returns:
      the taskFilePath value
    • withTaskFilePath

      public FileTaskStep withTaskFilePath(String taskFilePath)
      Set the task template/definition file path relative to the source context.
      Parameters:
      taskFilePath - the taskFilePath value to set
      Returns:
      the FileTaskStep object itself.
    • valuesFilePath

      public String valuesFilePath()
      Get the task values/parameters file path relative to the source context.
      Returns:
      the valuesFilePath value
    • withValuesFilePath

      public FileTaskStep withValuesFilePath(String valuesFilePath)
      Set the task values/parameters file path relative to the source context.
      Parameters:
      valuesFilePath - the valuesFilePath value to set
      Returns:
      the FileTaskStep 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 FileTaskStep 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 FileTaskStep object itself.