Class SourceCodeDirectory

java.lang.Object
io.jenkins.plugins.prism.SourceCodeDirectory
All Implemented Interfaces:
Describable<SourceCodeDirectory>, Serializable

public final class SourceCodeDirectory extends Object implements Describable<SourceCodeDirectory>, Serializable
A relative or absolute directory that contains source code files that can be shown in Jenkins“ user interface.
Author:
Ullrich Hafner
See Also:
  • Constructor Details

    • SourceCodeDirectory

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