Package hudson
Class Lookup
java.lang.Object
hudson.Lookup
Type-safe instance map.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Lookup
public Lookup()
-
-
Method Details
-
get
-
set
-
setIfNull
Overwrites the value only if the current value is null.- Returns:
- If the value was null, return the
instance
value. Otherwise return the current value, which is non-null.
-