Interface ImageTestsConfiguration.Builder

  • Method Details

    • imageTestsEnabled

      ImageTestsConfiguration.Builder imageTestsEnabled(Boolean imageTestsEnabled)

      Specifies whether tests run after building the image. When enabled, tests run after the image build and before image distribution. Defaults to true.

      Parameters:
      imageTestsEnabled - Specifies whether tests run after building the image. When enabled, tests run after the image build and before image distribution. Defaults to true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeoutMinutes

      ImageTestsConfiguration.Builder timeoutMinutes(Integer timeoutMinutes)

      The maximum time in minutes that tests are permitted to run. If you don't specify a value, Image Builder stores and returns 720.

      The timeout property is not currently active. This value is ignored.

      Parameters:
      timeoutMinutes - The maximum time in minutes that tests are permitted to run. If you don't specify a value, Image Builder stores and returns 720.

      The timeout property is not currently active. This value is ignored.

      Returns:
      Returns a reference to this object so that method calls can be chained together.