Uses of Class
hudson.MarkupText.SubText
Packages that use MarkupText.SubText
-
Uses of MarkupText.SubText in hudson
Methods in hudson that return MarkupText.SubTextModifier and TypeMethodDescriptionprotected abstract MarkupText.SubText
AbstractMarkupText.createSubText
(Matcher m) protected MarkupText.SubText
MarkupText.createSubText
(Matcher m) protected MarkupText.SubText
MarkupText.SubText.createSubText
(Matcher m) Find the first occurrence of the given pattern in this text, or null.abstract MarkupText.SubText
AbstractMarkupText.subText
(int start, int end) Returns a subtext.MarkupText.subText
(int start, int end) Returns a subtext.MarkupText.SubText.subText
(int start, int end) Methods in hudson that return types with arguments of type MarkupText.SubTextModifier and TypeMethodDescriptionAbstractMarkupText.findTokens
(Pattern pattern) Find all "tokens" that match the given pattern in this text.MarkupText.findTokens
(Pattern pattern)