Class PathRequirement
java.lang.Object
com.cloudbees.plugins.credentials.domains.DomainRequirement
com.cloudbees.plugins.credentials.domains.PathRequirement
- All Implemented Interfaces:
ExtensionPoint
,Serializable
A requirement for a specific URI path, for example
/
or /foo/bar/manchu
- Since:
- 1.12
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionPathRequirement
(String path) Constructs a requirement for the specified scheme. -
Method Summary
-
Constructor Details
-
PathRequirement
Constructs a requirement for the specified scheme.- Parameters:
path
- the path.
-
-
Method Details
-
getPath
Returns the path.- Returns:
- the path.
-