Interface ImageTestsConfiguration.Builder

    • Method Detail

      • imageTestsEnabled

        ImageTestsConfiguration.Builder imageTestsEnabled​(Boolean imageTestsEnabled)

        Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.

        Parameters:
        imageTestsEnabled - Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
        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.

        The timeoutMinutes attribute is not currently active. This value is ignored.

        Parameters:
        timeoutMinutes - The maximum time in minutes that tests are permitted to run.

        The timeoutMinutes attribute is not currently active. This value is ignored.

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