Klasse PermittedSourceCodeDirectory

java.lang.Object
hudson.model.AbstractDescribableImpl<PermittedSourceCodeDirectory>
io.jenkins.plugins.prism.PermittedSourceCodeDirectory
Alle implementierten Schnittstellen:
Describable<PermittedSourceCodeDirectory>, Serializable

public class PermittedSourceCodeDirectory extends AbstractDescribableImpl<PermittedSourceCodeDirectory> implements Serializable
Approved directory that contains source code files that can be shown in Jenkins´ user interface.
Autor:
Ullrich Hafner
Siehe auch:
  • Konstruktordetails

    • PermittedSourceCodeDirectory

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

    • getPath

      public String getPath()