Class OverrideTaskStepPropertiesResponse


  • public final class OverrideTaskStepPropertiesResponse
    extends java.lang.Object
    • Method Detail

      • arguments

        public java.util.List<ArgumentResponse> arguments()
        Returns:
        Gets or sets the collection of override arguments to be used when executing a build step.
      • contextPath

        public java.util.Optional<java.lang.String> contextPath()
        Returns:
        The source context against which run has to be queued.
      • file

        public java.util.Optional<java.lang.String> file()
        Returns:
        The file against which run has to be queued.
      • target

        public java.util.Optional<java.lang.String> target()
        Returns:
        The name of the target build stage for the docker build.
      • updateTriggerToken

        public java.util.Optional<java.lang.String> updateTriggerToken()
        Returns:
        Base64 encoded update trigger token that will be attached with the base image trigger webhook.
      • values

        public java.util.List<SetValueResponse> values()
        Returns:
        The collection of overridable values that can be passed when running a Task.