class com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl implements com.microsoft.azure.management.containerregistry.RegistryTaskRun, com.microsoft.azure.management.containerregistry.RegistryTaskRun$Definition
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl
  super_class: java.lang.Object
{
  private final com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager registryManager;
    descriptor: Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String key;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String resourceGroupName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String registryName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.containerregistry.implementation.RunInner inner;
    descriptor: Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.containerregistry.implementation.RegistriesInner registriesInner;
    descriptor: Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.containerregistry.FileTaskRunRequest fileTaskRunRequest;
    descriptor: Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest encodedTaskRunRequest;
    descriptor: Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.containerregistry.DockerBuildRequest dockerTaskRunRequest;
    descriptor: Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.containerregistry.TaskRunRequest taskRunRequest;
    descriptor: Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.containerregistry.PlatformProperties platform;
    descriptor: Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
    flags: (0x0002) ACC_PRIVATE

  public java.lang.String resourceGroupName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 55
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.resourceGroupName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public java.lang.String registryName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 60
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registryName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public java.lang.String taskName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 65
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.task:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public com.microsoft.azure.management.containerregistry.RunStatus status();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RunStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 70
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.status:()Lcom/microsoft/azure/management/containerregistry/RunStatus;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public com.microsoft.azure.management.containerregistry.RunType runType();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RunType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 75
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.runType:()Lcom/microsoft/azure/management/containerregistry/RunType;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public org.joda.time.DateTime lastUpdatedTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 80
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.lastUpdatedTime:()Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public org.joda.time.DateTime createTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.createTime:()Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public boolean isArchiveEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.isArchiveEnabled:()Ljava/lang/Boolean;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveBoolean:(Ljava/lang/Boolean;)Z
            ireturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public com.microsoft.azure.management.containerregistry.PlatformProperties platform();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 95
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.platform:()Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public int cpu();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 100
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.agentConfiguration:()Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            ifnonnull 2
         1: .line 101
            iconst_0
            ireturn
         2: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.agentConfiguration:()Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            invokevirtual com.microsoft.azure.management.containerregistry.AgentProperties.cpu:()Ljava/lang/Integer;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPrimitiveInt:(Ljava/lang/Integer;)I
            ireturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public com.microsoft.azure.management.containerregistry.ProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/ProvisioningState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 108
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.provisioningState:()Lcom/microsoft/azure/management/containerregistry/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public java.lang.String runId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 113
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.runId:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  void <init>(com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager, com.microsoft.azure.management.containerregistry.implementation.RunInner);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManager;Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager registryManager
        start local 2 // com.microsoft.azure.management.containerregistry.implementation.RunInner runInner
         0: .line 117
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            invokevirtual java.util.UUID.toString:()Ljava/lang/String;
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.key:Ljava/lang/String;
         2: .line 118
            aload 0 /* this */
            aload 1 /* registryManager */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registryManager:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManager;
         3: .line 119
            aload 0 /* this */
            aload 1 /* registryManager */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.registries:()Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registriesInner:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
         4: .line 120
            aload 0 /* this */
            new com.microsoft.azure.management.containerregistry.PlatformProperties
            dup
            invokespecial com.microsoft.azure.management.containerregistry.PlatformProperties.<init>:()V
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
         5: .line 121
            aload 0 /* this */
            aload 2 /* runInner */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
         6: .line 122
            return
        end local 2 // com.microsoft.azure.management.containerregistry.implementation.RunInner runInner
        end local 1 // com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager registryManager
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    7     1  registryManager  Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManager;
            0    7     2         runInner  Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    MethodParameters:
                 Name  Flags
      registryManager  
      runInner         

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withExistingRegistry(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String registryName
         0: .line 126
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.resourceGroupName:Ljava/lang/String;
         1: .line 127
            aload 0 /* this */
            aload 2 /* registryName */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registryName:Ljava/lang/String;
         2: .line 128
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String registryName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2       registryName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      registryName       

  public com.microsoft.azure.management.containerregistry.implementation.RegistryFileTaskRunRequestImpl withFileTaskRunRequest();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryFileTaskRunRequestImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 133
            new com.microsoft.azure.management.containerregistry.implementation.RegistryFileTaskRunRequestImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistryFileTaskRunRequestImpl.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public com.microsoft.azure.management.containerregistry.implementation.RegistryEncodedTaskRunRequestImpl withEncodedTaskRunRequest();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryEncodedTaskRunRequestImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 138
            new com.microsoft.azure.management.containerregistry.implementation.RegistryEncodedTaskRunRequestImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistryEncodedTaskRunRequestImpl.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public com.microsoft.azure.management.containerregistry.implementation.RegistryDockerTaskRunRequestImpl withDockerTaskRunRequest();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryDockerTaskRunRequestImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 143
            new com.microsoft.azure.management.containerregistry.implementation.RegistryDockerTaskRunRequestImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistryDockerTaskRunRequestImpl.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;)V
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withTaskRunRequest(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // java.lang.String taskName
         0: .line 148
            aload 0 /* this */
            new com.microsoft.azure.management.containerregistry.TaskRunRequest
            dup
            invokespecial com.microsoft.azure.management.containerregistry.TaskRunRequest.<init>:()V
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
         1: .line 149
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            aload 1 /* taskName */
            invokevirtual com.microsoft.azure.management.containerregistry.TaskRunRequest.withTaskName:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            pop
         2: .line 150
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            aload 1 /* taskName */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.withTask:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            pop
         3: .line 151
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String taskName
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    4     1  taskName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      taskName  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withCpuCount(int);
    descriptor: (I)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // int count
         0: .line 156
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            ifnull 5
         1: .line 157
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.FileTaskRunRequest.agentConfiguration:()Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            ifnonnull 3
         2: .line 158
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            new com.microsoft.azure.management.containerregistry.AgentProperties
            dup
            invokespecial com.microsoft.azure.management.containerregistry.AgentProperties.<init>:()V
            invokevirtual com.microsoft.azure.management.containerregistry.FileTaskRunRequest.withAgentConfiguration:(Lcom/microsoft/azure/management/containerregistry/AgentProperties;)Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            pop
         3: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.FileTaskRunRequest.agentConfiguration:()Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            iload 1 /* count */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.containerregistry.AgentProperties.withCpu:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            pop
         4: .line 161
            goto 14
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            ifnull 10
         6: .line 162
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.agentConfiguration:()Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            ifnonnull 8
         7: .line 163
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            new com.microsoft.azure.management.containerregistry.AgentProperties
            dup
            invokespecial com.microsoft.azure.management.containerregistry.AgentProperties.<init>:()V
            invokevirtual com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withAgentConfiguration:(Lcom/microsoft/azure/management/containerregistry/AgentProperties;)Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            pop
         8: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.agentConfiguration:()Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            iload 1 /* count */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.containerregistry.AgentProperties.withCpu:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            pop
         9: .line 166
            goto 14
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            ifnull 14
        11: .line 167
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.DockerBuildRequest.agentConfiguration:()Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            ifnonnull 13
        12: .line 168
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            new com.microsoft.azure.management.containerregistry.AgentProperties
            dup
            invokespecial com.microsoft.azure.management.containerregistry.AgentProperties.<init>:()V
            invokevirtual com.microsoft.azure.management.containerregistry.DockerBuildRequest.withAgentConfiguration:(Lcom/microsoft/azure/management/containerregistry/AgentProperties;)Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            pop
        13: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.DockerBuildRequest.agentConfiguration:()Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            iload 1 /* count */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.containerregistry.AgentProperties.withCpu:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            pop
        14: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int count
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0   15     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withSourceLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // java.lang.String location
         0: .line 177
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            ifnull 3
         1: .line 178
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            aload 1 /* location */
            invokevirtual com.microsoft.azure.management.containerregistry.FileTaskRunRequest.withSourceLocation:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            pop
         2: .line 179
            goto 8
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            ifnull 6
         4: .line 180
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            aload 1 /* location */
            invokevirtual com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withSourceLocation:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            pop
         5: .line 181
            goto 8
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            ifnull 8
         7: .line 182
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            aload 1 /* location */
            invokevirtual com.microsoft.azure.management.containerregistry.DockerBuildRequest.withSourceLocation:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            pop
         8: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String location
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    9     1  location  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      location  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withTimeout(int);
    descriptor: (I)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // int timeout
         0: .line 189
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            ifnull 3
         1: .line 190
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            iload 1 /* timeout */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.containerregistry.FileTaskRunRequest.withTimeout:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            pop
         2: .line 191
            goto 8
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            ifnull 6
         4: .line 192
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            iload 1 /* timeout */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withTimeout:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            pop
         5: .line 193
            goto 8
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            ifnull 8
         7: .line 194
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            iload 1 /* timeout */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.containerregistry.DockerBuildRequest.withTimeout:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            pop
         8: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int timeout
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    9     1  timeout  I
    MethodParameters:
         Name  Flags
      timeout  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withOverridingValues(java.util.Map<java.lang.String, com.microsoft.azure.management.containerregistry.OverridingValue>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // java.util.Map overridingValues
         0: .line 201
            aload 1 /* overridingValues */
            invokeinterface java.util.Map.size:()I
            ifne 2
         1: .line 202
            aload 0 /* this */
            areturn
         2: .line 204
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* overridingValuesList */
        start local 2 // java.util.List overridingValuesList
         3: .line 205
            aload 1 /* overridingValues */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 10
      StackMap locals: com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         5: .line 206
            new com.microsoft.azure.management.containerregistry.SetValue
            dup
            invokespecial com.microsoft.azure.management.containerregistry.SetValue.<init>:()V
            astore 5 /* value */
        start local 5 // com.microsoft.azure.management.containerregistry.SetValue value
         6: .line 207
            aload 5 /* value */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual com.microsoft.azure.management.containerregistry.SetValue.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/SetValue;
            pop
         7: .line 208
            aload 5 /* value */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.OverridingValue
            invokevirtual com.microsoft.azure.management.containerregistry.OverridingValue.value:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.containerregistry.SetValue.withValue:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/SetValue;
            pop
         8: .line 209
            aload 5 /* value */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.OverridingValue
            invokevirtual com.microsoft.azure.management.containerregistry.OverridingValue.isSecret:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.containerregistry.SetValue.withIsSecret:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/SetValue;
            pop
         9: .line 210
            aload 2 /* overridingValuesList */
            aload 5 /* value */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.microsoft.azure.management.containerregistry.SetValue value
        end local 3 // java.util.Map$Entry entry
        10: .line 205
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        11: .line 213
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            aload 2 /* overridingValuesList */
            invokevirtual com.microsoft.azure.management.containerregistry.TaskRunRequest.withValues:(Ljava/util/List;)Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            pop
        12: .line 214
            aload 0 /* this */
            areturn
        end local 2 // java.util.List overridingValuesList
        end local 1 // java.util.Map overridingValues
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   13     0                  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0   13     1      overridingValues  Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/OverridingValue;>;
            3   13     2  overridingValuesList  Ljava/util/List<Lcom/microsoft/azure/management/containerregistry/SetValue;>;
            5   10     3                 entry  Ljava/util/Map$Entry<Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/OverridingValue;>;
            6   10     5                 value  Lcom/microsoft/azure/management/containerregistry/SetValue;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/OverridingValue;>;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    MethodParameters:
                  Name  Flags
      overridingValues  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withOverridingValue(java.lang.String, com.microsoft.azure.management.containerregistry.OverridingValue);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/OverridingValue;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.containerregistry.OverridingValue overridingValue
         0: .line 219
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.TaskRunRequest.values:()Ljava/util/List;
            ifnonnull 2
         1: .line 220
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.containerregistry.TaskRunRequest.withValues:(Ljava/util/List;)Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            pop
         2: .line 222
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.containerregistry.SetValue
            dup
            invokespecial com.microsoft.azure.management.containerregistry.SetValue.<init>:()V
            astore 3 /* value */
        start local 3 // com.microsoft.azure.management.containerregistry.SetValue value
         3: .line 223
            aload 3 /* value */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.containerregistry.SetValue.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/SetValue;
            pop
         4: .line 224
            aload 3 /* value */
            aload 2 /* overridingValue */
            invokevirtual com.microsoft.azure.management.containerregistry.OverridingValue.value:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.containerregistry.SetValue.withValue:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/SetValue;
            pop
         5: .line 225
            aload 3 /* value */
            aload 2 /* overridingValue */
            invokevirtual com.microsoft.azure.management.containerregistry.OverridingValue.isSecret:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.containerregistry.SetValue.withIsSecret:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/SetValue;
            pop
         6: .line 226
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.TaskRunRequest.values:()Ljava/util/List;
            aload 3 /* value */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 227
            aload 0 /* this */
            areturn
        end local 3 // com.microsoft.azure.management.containerregistry.SetValue value
        end local 2 // com.microsoft.azure.management.containerregistry.OverridingValue overridingValue
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    8     1             name  Ljava/lang/String;
            0    8     2  overridingValue  Lcom/microsoft/azure/management/containerregistry/OverridingValue;
            3    8     3            value  Lcom/microsoft/azure/management/containerregistry/SetValue;
    MethodParameters:
                 Name  Flags
      name             
      overridingValue  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withArchiveEnabled(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // boolean enabled
         0: .line 232
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            ifnull 3
         1: .line 233
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            iload 1 /* enabled */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.containerregistry.FileTaskRunRequest.withIsArchiveEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/RunRequest;
            pop
         2: .line 234
            goto 11
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            ifnull 6
         4: .line 235
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            iload 1 /* enabled */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withIsArchiveEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/RunRequest;
            pop
         5: .line 236
            goto 11
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            ifnull 9
         7: .line 237
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            iload 1 /* enabled */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.containerregistry.DockerBuildRequest.withIsArchiveEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/RunRequest;
            pop
         8: .line 238
            goto 11
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            ifnull 11
        10: .line 239
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            iload 1 /* enabled */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.containerregistry.TaskRunRequest.withIsArchiveEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/RunRequest;
            pop
        11: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean enabled
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0   12     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withLinux();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 246
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            getstatic com.microsoft.azure.management.containerregistry.OS.LINUX:Lcom/microsoft/azure/management/containerregistry/OS;
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withOs:(Lcom/microsoft/azure/management/containerregistry/OS;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            pop
         1: .line 247
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withWindows();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 252
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            getstatic com.microsoft.azure.management.containerregistry.OS.WINDOWS:Lcom/microsoft/azure/management/containerregistry/OS;
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withOs:(Lcom/microsoft/azure/management/containerregistry/OS;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            pop
         1: .line 253
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withLinux(com.microsoft.azure.management.containerregistry.Architecture);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.azure.management.containerregistry.Architecture architecture
         0: .line 258
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            getstatic com.microsoft.azure.management.containerregistry.OS.LINUX:Lcom/microsoft/azure/management/containerregistry/OS;
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withOs:(Lcom/microsoft/azure/management/containerregistry/OS;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            aload 1 /* architecture */
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withArchitecture:(Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            pop
         1: .line 259
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.Architecture architecture
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    2     1  architecture  Lcom/microsoft/azure/management/containerregistry/Architecture;
    MethodParameters:
              Name  Flags
      architecture  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withWindows(com.microsoft.azure.management.containerregistry.Architecture);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.azure.management.containerregistry.Architecture architecture
         0: .line 264
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            getstatic com.microsoft.azure.management.containerregistry.OS.WINDOWS:Lcom/microsoft/azure/management/containerregistry/OS;
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withOs:(Lcom/microsoft/azure/management/containerregistry/OS;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            aload 1 /* architecture */
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withArchitecture:(Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            pop
         1: .line 265
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.Architecture architecture
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    2     1  architecture  Lcom/microsoft/azure/management/containerregistry/Architecture;
    MethodParameters:
              Name  Flags
      architecture  

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withLinux(com.microsoft.azure.management.containerregistry.Architecture, com.microsoft.azure.management.containerregistry.Variant);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Architecture;Lcom/microsoft/azure/management/containerregistry/Variant;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.azure.management.containerregistry.Architecture architecture
        start local 2 // com.microsoft.azure.management.containerregistry.Variant variant
         0: .line 270
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            getstatic com.microsoft.azure.management.containerregistry.OS.LINUX:Lcom/microsoft/azure/management/containerregistry/OS;
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withOs:(Lcom/microsoft/azure/management/containerregistry/OS;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            aload 1 /* architecture */
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withArchitecture:(Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            aload 2 /* variant */
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withVariant:(Lcom/microsoft/azure/management/containerregistry/Variant;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            pop
         1: .line 271
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.management.containerregistry.Variant variant
        end local 1 // com.microsoft.azure.management.containerregistry.Architecture architecture
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    2     1  architecture  Lcom/microsoft/azure/management/containerregistry/Architecture;
            0    2     2       variant  Lcom/microsoft/azure/management/containerregistry/Variant;
    MethodParameters:
              Name  Flags
      architecture  
      variant       

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withWindows(com.microsoft.azure.management.containerregistry.Architecture, com.microsoft.azure.management.containerregistry.Variant);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Architecture;Lcom/microsoft/azure/management/containerregistry/Variant;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.azure.management.containerregistry.Architecture architecture
        start local 2 // com.microsoft.azure.management.containerregistry.Variant variant
         0: .line 276
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            getstatic com.microsoft.azure.management.containerregistry.OS.WINDOWS:Lcom/microsoft/azure/management/containerregistry/OS;
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withOs:(Lcom/microsoft/azure/management/containerregistry/OS;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            aload 1 /* architecture */
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withArchitecture:(Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            aload 2 /* variant */
            invokevirtual com.microsoft.azure.management.containerregistry.PlatformProperties.withVariant:(Lcom/microsoft/azure/management/containerregistry/Variant;)Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            pop
         1: .line 277
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.management.containerregistry.Variant variant
        end local 1 // com.microsoft.azure.management.containerregistry.Architecture architecture
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    2     1  architecture  Lcom/microsoft/azure/management/containerregistry/Architecture;
            0    2     2       variant  Lcom/microsoft/azure/management/containerregistry/Variant;
    MethodParameters:
              Name  Flags
      architecture  
      variant       

  public com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl withPlatform(com.microsoft.azure.management.containerregistry.PlatformProperties);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/PlatformProperties;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.azure.management.containerregistry.PlatformProperties platformProperties
         0: .line 282
            aload 0 /* this */
            aload 1 /* platformProperties */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
         1: .line 283
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.PlatformProperties platformProperties
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    2     1  platformProperties  Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
    MethodParameters:
                    Name  Flags
      platformProperties  

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun execute();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 288
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.executeAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.RegistryTaskRun
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public rx.Observable<com.microsoft.azure.management.containerregistry.RegistryTaskRun> executeAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 293
            aload 0 /* this */
            astore 1 /* self */
        start local 1 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl self
         1: .line 294
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            ifnull 3
         2: .line 295
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registriesInner:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.resourceGroupName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registryName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$1
            dup
            aload 0 /* this */
            aload 1 /* self */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$1.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
         3: .line 302
      StackMap locals: com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            ifnull 5
         4: .line 303
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registriesInner:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.resourceGroupName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registryName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$2
            dup
            aload 0 /* this */
            aload 1 /* self */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$2.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
         5: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            ifnull 7
         6: .line 311
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registriesInner:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.resourceGroupName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registryName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$3
            dup
            aload 0 /* this */
            aload 1 /* self */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$3.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
         7: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            ifnull 9
         8: .line 319
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registriesInner:Lcom/microsoft/azure/management/containerregistry/implementation/RegistriesInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.resourceGroupName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registryName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.taskRunRequest:Lcom/microsoft/azure/management/containerregistry/TaskRunRequest;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistriesInner.scheduleRunAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RunRequest;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$4
            dup
            aload 0 /* this */
            aload 1 /* self */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$4.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
         9: .line 327
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "Unsupported file task run request"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl self
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            1   10     1  self  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun;>;

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.containerregistry.RegistryTaskRun> executeAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.containerregistry.RegistryTaskRun>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.rest.ServiceCallback callback
         0: .line 332
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.executeAsync:()Lrx/Observable;
            aload 1 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback callback
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    1     1  callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun;>;
    MethodParameters:
          Name  Flags
      callback  

  public com.microsoft.azure.management.containerregistry.implementation.RunInner inner();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 337
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public java.lang.String key();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 342
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.key:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  void withFileTaskRunRequest(com.microsoft.azure.management.containerregistry.FileTaskRunRequest);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest fileTaskRunRequest
         0: .line 346
            aload 0 /* this */
            aload 1 /* fileTaskRunRequest */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
         1: .line 347
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.fileTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            invokevirtual com.microsoft.azure.management.containerregistry.FileTaskRunRequest.withPlatform:(Lcom/microsoft/azure/management/containerregistry/PlatformProperties;)Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            pop
         2: .line 348
            return
        end local 1 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest fileTaskRunRequest
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    3     1  fileTaskRunRequest  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
    MethodParameters:
                    Name  Flags
      fileTaskRunRequest  

  void withEncodedTaskRunRequest(com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest encodedTaskRunRequest
         0: .line 351
            aload 0 /* this */
            aload 1 /* encodedTaskRunRequest */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
         1: .line 352
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.encodedTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            invokevirtual com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest.withPlatform:(Lcom/microsoft/azure/management/containerregistry/PlatformProperties;)Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
            pop
         2: .line 353
            return
        end local 1 // com.microsoft.azure.management.containerregistry.EncodedTaskRunRequest encodedTaskRunRequest
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    3     1  encodedTaskRunRequest  Lcom/microsoft/azure/management/containerregistry/EncodedTaskRunRequest;
    MethodParameters:
                       Name  Flags
      encodedTaskRunRequest  

  void withDockerTaskRunRequest(com.microsoft.azure.management.containerregistry.DockerBuildRequest);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
        start local 1 // com.microsoft.azure.management.containerregistry.DockerBuildRequest dockerTaskRunRequest
         0: .line 356
            aload 0 /* this */
            aload 1 /* dockerTaskRunRequest */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
         1: .line 357
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.dockerTaskRunRequest:Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            invokevirtual com.microsoft.azure.management.containerregistry.DockerBuildRequest.withPlatform:(Lcom/microsoft/azure/management/containerregistry/PlatformProperties;)Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            pop
         2: .line 358
            return
        end local 1 // com.microsoft.azure.management.containerregistry.DockerBuildRequest dockerTaskRunRequest
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            0    3     1  dockerTaskRunRequest  Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
    MethodParameters:
                      Name  Flags
      dockerTaskRunRequest  

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun refresh();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 362
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.refreshAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.RegistryTaskRun
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;

  public rx.Observable<com.microsoft.azure.management.containerregistry.RegistryTaskRun> refreshAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
         0: .line 367
            aload 0 /* this */
            astore 1 /* self */
        start local 1 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl self
         1: .line 368
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registryManager:Lcom/microsoft/azure/management/containerregistry/implementation/ContainerRegistryManager;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManagementClientImpl.runs:()Lcom/microsoft/azure/management/containerregistry/implementation/RunsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.resourceGroupName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.registryName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunInner.runId:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RunsInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$5
            dup
            aload 0 /* this */
            aload 1 /* self */
            invokespecial com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$5.<init>:(Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl self
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            1    2     1  self  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun;>;

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestType withPlatform(com.microsoft.azure.management.containerregistry.PlatformProperties);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/PlatformProperties;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withPlatform:(Lcom/microsoft/azure/management/containerregistry/PlatformProperties;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RegistryTaskRunRequest withTaskRunRequest(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RegistryTaskRunRequest;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withTaskRunRequest:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestExecutable withCpuCount(int);
    descriptor: (I)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestExecutable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withCpuCount:(I)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest$DefinitionStages$Blank withDockerTaskRunRequest();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RegistryDockerTaskRunRequest$DefinitionStages$Blank;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withDockerTaskRunRequest:()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryDockerTaskRunRequestImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestExecutableWithSourceLocation withTimeout(int);
    descriptor: (I)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestExecutableWithSourceLocation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withTimeout:(I)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object inner();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.inner:()Lcom/microsoft/azure/management/containerregistry/implementation/RunInner;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestExecutable withArchiveEnabled(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestExecutable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withArchiveEnabled:(Z)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RegistryTaskRunRequest withArchiveEnabled(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RegistryTaskRunRequest;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withArchiveEnabled:(Z)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryEncodedTaskRunRequest$DefinitionStages$Blank withEncodedTaskRunRequest();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RegistryEncodedTaskRunRequest$DefinitionStages$Blank;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withEncodedTaskRunRequest:()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryEncodedTaskRunRequestImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RegistryTaskRunRequest withOverridingValues(java.util.Map);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RegistryTaskRunRequest;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withOverridingValues:(Ljava/util/Map;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object execute();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.execute:()Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestType withLinux(com.microsoft.azure.management.containerregistry.Architecture, com.microsoft.azure.management.containerregistry.Variant);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Architecture;Lcom/microsoft/azure/management/containerregistry/Variant;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withLinux:(Lcom/microsoft/azure/management/containerregistry/Architecture;Lcom/microsoft/azure/management/containerregistry/Variant;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestType withLinux(com.microsoft.azure.management.containerregistry.Architecture);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withLinux:(Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestType withLinux();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withLinux:()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest$DefinitionStages$Blank withFileTaskRunRequest();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RegistryFileTaskRunRequest$DefinitionStages$Blank;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withFileTaskRunRequest:()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryFileTaskRunRequestImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$PlatformAltTaskRunRequest withExistingRegistry(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$PlatformAltTaskRunRequest;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withExistingRegistry:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestExecutableWithSourceLocation withSourceLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestExecutableWithSourceLocation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withSourceLocation:(Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestType withWindows(com.microsoft.azure.management.containerregistry.Architecture, com.microsoft.azure.management.containerregistry.Variant);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Architecture;Lcom/microsoft/azure/management/containerregistry/Variant;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withWindows:(Lcom/microsoft/azure/management/containerregistry/Architecture;Lcom/microsoft/azure/management/containerregistry/Variant;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestType withWindows(com.microsoft.azure.management.containerregistry.Architecture);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withWindows:(Lcom/microsoft/azure/management/containerregistry/Architecture;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestType withWindows();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RunRequestType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withWindows:()Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object refresh();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.refresh:()Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RegistryTaskRunRequest withOverridingValue(java.lang.String, com.microsoft.azure.management.containerregistry.OverridingValue);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/OverridingValue;)Lcom/microsoft/azure/management/containerregistry/RegistryTaskRun$DefinitionStages$RegistryTaskRunRequest;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl.withOverridingValue:(Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/OverridingValue;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryTaskRunImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RegistryTaskRunImpl.java"
NestMembers:
  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$1  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$2  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$3  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$4  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$5
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest$DefinitionStages of com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest
  public abstract Blank = com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest$DefinitionStages$Blank of com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest$DefinitionStages
  public abstract DefinitionStages = com.microsoft.azure.management.containerregistry.RegistryEncodedTaskRunRequest$DefinitionStages of com.microsoft.azure.management.containerregistry.RegistryEncodedTaskRunRequest
  public abstract Blank = com.microsoft.azure.management.containerregistry.RegistryEncodedTaskRunRequest$DefinitionStages$Blank of com.microsoft.azure.management.containerregistry.RegistryEncodedTaskRunRequest$DefinitionStages
  public abstract DefinitionStages = com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest$DefinitionStages of com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest
  public abstract Blank = com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest$DefinitionStages$Blank of com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest$DefinitionStages
  public abstract Definition = com.microsoft.azure.management.containerregistry.RegistryTaskRun$Definition of com.microsoft.azure.management.containerregistry.RegistryTaskRun
  public abstract DefinitionStages = com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages of com.microsoft.azure.management.containerregistry.RegistryTaskRun
  public abstract PlatformAltTaskRunRequest = com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$PlatformAltTaskRunRequest of com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages
  public abstract RegistryTaskRunRequest = com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RegistryTaskRunRequest of com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages
  public abstract RunRequestExecutable = com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestExecutable of com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages
  public abstract RunRequestExecutableWithSourceLocation = com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestExecutableWithSourceLocation of com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages
  public abstract RunRequestType = com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages$RunRequestType of com.microsoft.azure.management.containerregistry.RegistryTaskRun$DefinitionStages
  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$1
  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$2
  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$3
  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$4
  com.microsoft.azure.management.containerregistry.implementation.RegistryTaskRunImpl$5
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()