Package hudson.plugins.gradle.injection
Class SystemProperty.Key
- java.lang.Object
-
- hudson.plugins.gradle.injection.SystemProperty.Key
-
- Enclosing class:
- SystemProperty
public static final class SystemProperty.Key extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
static SystemProperty.Key
optional(java.lang.String key)
System property that is added to theMAVEN_OPTS
conditionally.static SystemProperty.Key
required(java.lang.String key)
System property that is always added to theMAVEN_OPTS
.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
required
public static SystemProperty.Key required(java.lang.String key)
System property that is always added to theMAVEN_OPTS
.
-
optional
public static SystemProperty.Key optional(java.lang.String key)
System property that is added to theMAVEN_OPTS
conditionally.
-
-