Klasse SourceDirectory

java.lang.Object
hudson.model.AbstractDescribableImpl<SourceDirectory>
io.jenkins.plugins.analysis.core.model.SourceDirectory
Alle implementierten Schnittstellen:
Describable<SourceDirectory>, Serializable

public class SourceDirectory extends AbstractDescribableImpl<SourceDirectory> implements Serializable
Directory that contains the source files that have issues.
Autor:
Ullrich Hafner
Siehe auch:
  • Konstruktordetails

    • SourceDirectory

      @DataBoundConstructor public SourceDirectory(String path)
      Creates a new instance of SourceDirectory.
      Parameter:
      path - the name of the folder
  • Methodendetails

    • getPath

      public String getPath()