Class Parser

java.lang.Object
io.jenkins.plugins.markdownparams.Parser
All Implemented Interfaces:
Serializable

public class Parser extends Object implements Serializable
See Also:
  • Constructor Details

    • Parser

      public Parser(String md)
  • Method Details

    • getCheckboxItemsOf

      public List<String> getCheckboxItemsOf(String title)
    • getCheckedItemsOf

      public List<String> getCheckedItemsOf(String title)
    • getUncheckedItemsOf

      public List<String> getUncheckedItemsOf(String title)
    • isAllItemsCheckedOf

      public boolean isAllItemsCheckedOf(String title)
    • isNoneItemsCheckedOf

      public boolean isNoneItemsCheckedOf(String title)
    • getUnorderedListItemsOf

      public List<String> getUnorderedListItemsOf(String title)
    • getOrderedListItemsOf

      public List<String> getOrderedListItemsOf(String title)