Class SystemProperty.Key

java.lang.Object
hudson.plugins.gradle.injection.SystemProperty.Key
Enclosing class:
SystemProperty

public static final class SystemProperty.Key extends Object
  • Field Details

    • name

      public final String name
    • required

      public final boolean required
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • required

      public static SystemProperty.Key required(String key)
      System property that is always added to the MAVEN_OPTS.
    • optional

      public static SystemProperty.Key optional(String key)
      System property that is added to the MAVEN_OPTS conditionally.