Class PlatformParameters

  • All Implemented Interfaces:
    com.google.cloud.tools.jib.plugins.common.RawConfiguration.PlatformConfiguration

    public class PlatformParameters
    extends java.lang.Object
    implements com.google.cloud.tools.jib.plugins.common.RawConfiguration.PlatformConfiguration
    Configuration of a platform.
    • Constructor Detail

      • PlatformParameters

        public PlatformParameters()
    • Method Detail

      • getOs

        @Input
        @Nullable
        public java.lang.String getOs()
      • getOsName

        @Internal
        public java.util.Optional<java.lang.String> getOsName()
        Specified by:
        getOsName in interface com.google.cloud.tools.jib.plugins.common.RawConfiguration.PlatformConfiguration
      • setOs

        public void setOs​(java.lang.String os)
      • getArchitecture

        @Input
        @Nullable
        public java.lang.String getArchitecture()
      • getArchitectureName

        @Internal
        public java.util.Optional<java.lang.String> getArchitectureName()
        Specified by:
        getArchitectureName in interface com.google.cloud.tools.jib.plugins.common.RawConfiguration.PlatformConfiguration
      • setArchitecture

        public void setArchitecture​(java.lang.String architecture)
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object