Package hudson.util
Class AlternativeUiTextProvider.Message<T>
java.lang.Object
hudson.util.AlternativeUiTextProvider.Message<T>
- Type Parameters:
T
- Context object type. UseVoid
to indicate that there's no context.
- Enclosing class:
- AlternativeUiTextProvider
Each instance of this class represents a text that can be replaced by
AlternativeUiTextProvider
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAssists pattern matching in theAlternativeUiTextProvider
implementation.
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
cast
Assists pattern matching in theAlternativeUiTextProvider
implementation.
-