Interface RegistryEncodedTaskRunRequest


  • public interface RegistryEncodedTaskRunRequest
    An immutable client-side representation of an Azure registry Encoded task run request.
    • Method Detail

      • timeout

        int timeout()
        Returns:
        the length of the timeout.
      • cpuCount

        int cpuCount()
        Returns:
        the number of CPUs.
      • sourceLocation

        String sourceLocation()
        Returns:
        the location of the source control.
      • isArchiveEnabled

        boolean isArchiveEnabled()
        Returns:
        whether archive is enabled.