Class FileTaskStepUpdateParameters


  • public final class FileTaskStepUpdateParameters
    extends TaskStepUpdateParameters
    The properties of updating a task step.
    • Constructor Detail

      • FileTaskStepUpdateParameters

        public FileTaskStepUpdateParameters()
    • Method Detail

      • taskFilePath

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

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

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

        public FileTaskStepUpdateParameters withValuesFilePath​(String valuesFilePath)
        Set the valuesFilePath property: The values/parameters file path relative to the source context.
        Parameters:
        valuesFilePath - the valuesFilePath value to set.
        Returns:
        the FileTaskStepUpdateParameters object itself.
      • values

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

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

        public FileTaskStepUpdateParameters withContextPath​(String contextPath)
        Set the contextPath property: The URL(absolute or relative) of the source context for the task step.
        Overrides:
        withContextPath in class TaskStepUpdateParameters
        Parameters:
        contextPath - the contextPath value to set.
        Returns:
        the TaskStepUpdateParameters object itself.
      • withContextAccessToken

        public FileTaskStepUpdateParameters withContextAccessToken​(String contextAccessToken)
        Set the contextAccessToken property: The token (git PAT or SAS token of storage account blob) associated with the context for a step.
        Overrides:
        withContextAccessToken in class TaskStepUpdateParameters
        Parameters:
        contextAccessToken - the contextAccessToken value to set.
        Returns:
        the TaskStepUpdateParameters object itself.