Package hudson.util
Class AlternativeUiTextProvider.Message<T>
java.lang.Object
hudson.util.AlternativeUiTextProvider.Message<T>
- Type Parameters:
 T- Context object type. UseVoidto 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionAssists pattern matching in theAlternativeUiTextProviderimplementation. 
- 
Constructor Details
- 
Message
public Message() 
 - 
 - 
Method Details
- 
cast
Assists pattern matching in theAlternativeUiTextProviderimplementation. 
 -