Class SourceDirectory

java.lang.Object
hudson.model.AbstractDescribableImpl<SourceDirectory>
io.jenkins.plugins.analysis.core.model.SourceDirectory
All Implemented Interfaces:
Describable<SourceDirectory>, Serializable

public class SourceDirectory extends AbstractDescribableImpl<SourceDirectory> implements Serializable
Directory that contains the source files that have issues.
Author:
Ullrich Hafner
See Also:
  • Constructor Details

    • SourceDirectory

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

    • getPath

      public String getPath()