Class DockerServerDomainSpecification
java.lang.Object
hudson.model.AbstractDescribableImpl<com.cloudbees.plugins.credentials.domains.DomainSpecification>
com.cloudbees.plugins.credentials.domains.DomainSpecification
org.jenkinsci.plugins.docker.commons.credentials.DockerServerDomainSpecification
- All Implemented Interfaces:
ExtensionPoint
,Describable<com.cloudbees.plugins.credentials.domains.DomainSpecification>
,Serializable
public class DockerServerDomainSpecification
extends com.cloudbees.plugins.credentials.domains.DomainSpecification
A
DomainSpecification
that allows users to identify credential domains that are for use against docker
server instances.
This is more of "abstraction for future" thing as of now, because presence/absence of this in a Domain
doesn't affect the lookup of the credential.
- Author:
- Stephen Connolly
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudbees.plugins.credentials.domains.DomainSpecification
com.cloudbees.plugins.credentials.domains.DomainSpecification.Result
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.cloudbees.plugins.credentials.domains.DomainSpecification.Result
test
(com.cloudbees.plugins.credentials.domains.DomainRequirement scope) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
DockerServerDomainSpecification
@DataBoundConstructor public DockerServerDomainSpecification()
-
-
Method Details
-
test
@NonNull public com.cloudbees.plugins.credentials.domains.DomainSpecification.Result test(@NonNull com.cloudbees.plugins.credentials.domains.DomainRequirement scope) - Specified by:
test
in classcom.cloudbees.plugins.credentials.domains.DomainSpecification
-