Interface RegistryTaskRun.DefinitionStages.Platform

    • Method Detail

      • withLinux

        RegistryTaskRun.DefinitionStages.RunRequestType withLinux​(Architecture architecture)
        The function that specifies the platform will have a Linux OS with Architecture architecture.
        Parameters:
        architecture - the architecture the platform will have.
        Returns:
        the next stage of the container registry task run definition.
      • withWindows

        RegistryTaskRun.DefinitionStages.RunRequestType withWindows​(Architecture architecture)
        The function that specifies the platform will have a Windows OS with Architecture architecture.
        Parameters:
        architecture - the architecture the platform will have.
        Returns:
        the next stage of the container registry task run definition.
      • withLinux

        RegistryTaskRun.DefinitionStages.RunRequestType withLinux​(Architecture architecture,
                                                                  Variant variant)
        The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant.
        Parameters:
        architecture - the architecture the platform will have.
        variant - the variant the platform will have.
        Returns:
        the next stage of the container registry task run definition.
      • withWindows

        RegistryTaskRun.DefinitionStages.RunRequestType withWindows​(Architecture architecture,
                                                                    Variant variant)
        The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant.
        Parameters:
        architecture - the architecture the platform will have.
        variant - the variant the platform will have.
        Returns:
        the next stage of the container registry task run definition.
      • withPlatform

        RegistryTaskRun.DefinitionStages.RunRequestType withPlatform​(PlatformProperties platformProperties)
        The function that specifies the platform properties of the registry task run.
        Parameters:
        platformProperties - the properties of the platform.
        Returns:
        the next stage of the container registry task run definition.