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.SubTextAbstractMarkupText.createSubText(Matcher m) protected MarkupText.SubTextMarkupText.createSubText(Matcher m) protected MarkupText.SubTextMarkupText.SubText.createSubText(Matcher m) Find the first occurrence of the given pattern in this text, or null.abstract MarkupText.SubTextAbstractMarkupText.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)