Uses of Enum Class
com.cloudbees.plugins.credentials.domains.DomainSpecification.Result
Packages that use DomainSpecification.Result
-
Uses of DomainSpecification.Result in com.cloudbees.plugins.credentials.domains
Methods in com.cloudbees.plugins.credentials.domains that return DomainSpecification.ResultModifier and TypeMethodDescriptionabstract DomainSpecification.Result
DomainSpecification.test
(DomainRequirement scope) Tests the scope against this specification.HostnamePortSpecification.test
(DomainRequirement requirement) Tests the scope against this specification.HostnameSpecification.test
(DomainRequirement requirement) Tests the scope against this specification.PathSpecification.test
(DomainRequirement requirement) Tests the scope against this specification.SchemeSpecification.test
(DomainRequirement requirement) Tests the scope against this specification.static DomainSpecification.Result
Returns the enum constant of this class with the specified name.static DomainSpecification.Result[]
DomainSpecification.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.