Klasse ParserRuleFile

java.lang.Object
hudson.model.AbstractDescribableImpl<ParserRuleFile>
hudson.plugins.logparser.ParserRuleFile
Alle implementierten Schnittstellen:
Describable<ParserRuleFile>

public class ParserRuleFile extends AbstractDescribableImpl<ParserRuleFile>
  • Konstruktordetails

    • ParserRuleFile

      public ParserRuleFile()
    • ParserRuleFile

      @DataBoundConstructor public ParserRuleFile(String name, String path)
  • Methodendetails

    • getName

      public String getName()
    • getPath

      public String getPath()
    • setName

      @DataBoundSetter public void setName(String name)
    • setPath

      @DataBoundSetter public void setPath(String path)