Class PathRequirement

java.lang.Object
com.cloudbees.plugins.credentials.domains.DomainRequirement
com.cloudbees.plugins.credentials.domains.PathRequirement
All Implemented Interfaces:
ExtensionPoint, Serializable

public class PathRequirement extends DomainRequirement
A requirement for a specific URI path, for example / or /foo/bar/manchu
Since:
1.12
See Also:
  • Constructor Details

    • PathRequirement

      public PathRequirement(@CheckForNull String path)
      Constructs a requirement for the specified scheme.
      Parameters:
      path - the path.
  • Method Details

    • getPath

      @NonNull public String getPath()
      Returns the path.
      Returns:
      the path.