- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint.DescriptorImpl
-
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentials.DescriptorImpl
-
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentialsBinding.DescriptorImpl
-
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerDomainSpecification.DescriptorImpl
-
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerEndpoint.DescriptorImpl
-
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.tools.DockerTool.DescriptorImpl
-
- DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.tools.DockerToolInstaller.DescriptorImpl
-
- DockerAncestorFingerprintFacet - Class in org.jenkinsci.plugins.docker.commons.fingerprint
-
Facet representing the fact that this Docker image was derived from another.
- DockerCommonsPlugin - Class in org.jenkinsci.plugins.docker.commons
-
Plugin class for Docker commons plugin.
- DockerCommonsPlugin() - Constructor for class org.jenkinsci.plugins.docker.commons.DockerCommonsPlugin
-
- DockerDescendantFingerprintFacet - Class in org.jenkinsci.plugins.docker.commons.fingerprint
-
Facet representing the fact that some Docker image was derived from this one.
- DockerFingerprintAction - Class in org.jenkinsci.plugins.docker.commons.fingerprint
-
- DockerFingerprintAction() - Constructor for class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
- DockerFingerprintAction_DisplayName() - Static method in class org.jenkinsci.plugins.docker.commons.Messages
-
Key DockerFingerprintAction.DisplayName: Docker
Fingerprints.
- DockerFingerprintFacet - Class in org.jenkinsci.plugins.docker.commons.fingerprint
-
Abstract class, which indicates FingerprintFacets related to Docker.
- DockerFingerprintFacet(Fingerprint, long) - Constructor for class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintFacet
-
- DockerFingerprints - Class in org.jenkinsci.plugins.docker.commons.fingerprint
-
Entry point into fingerprint related functionalities in Docker.
- DockerImageExtractor - Class in org.jenkinsci.plugins.docker.commons
-
Identifies the Docker images used by a Jenkins job.
- DockerImageExtractor() - Constructor for class org.jenkinsci.plugins.docker.commons.DockerImageExtractor
-
- DockerRegistryEndpoint - Class in org.jenkinsci.plugins.docker.commons.credentials
-
Encapsulates the endpoint of DockerHub and how to interact with it.
- DockerRegistryEndpoint(String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint
-
- DockerRegistryEndpoint.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons.credentials
-
- DockerRegistryToken - Class in org.jenkinsci.plugins.docker.commons.credentials
-
Represents an authentication token that docker(1) understands when pushing/pulling
from a docker registry.
- DockerRegistryToken(String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryToken
-
- DockerRunFingerprintFacet - Class in org.jenkinsci.plugins.docker.commons.fingerprint
-
As a facet on a fingerprint that represents a docker image,
indicates that containers are started from the said image.
- DockerRunPtrFingerprintFacet - Class in org.jenkinsci.plugins.docker.commons.fingerprint
-
FingerprintFacet for docker that refers to other Runs.
- DockerServerCredentials - Class in org.jenkinsci.plugins.docker.commons.credentials
-
Represents the connection details to talk to a TLS server, which involves
endpoint URI, optional client secret key & certificate, and optional CA certificate
to verify the server.
- DockerServerCredentials(CredentialsScope, String, String, String, String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentials
-
- DockerServerCredentials(CredentialsScope, String, String, Secret, String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentials
-
- DockerServerCredentials.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons.credentials
-
- DockerServerCredentialsBinding - Class in org.jenkinsci.plugins.docker.commons.credentials
-
- DockerServerCredentialsBinding(String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentialsBinding
-
- DockerServerCredentialsBinding.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons.credentials
-
- DockerServerCredentialsBinding_DisplayName() - Static method in class org.jenkinsci.plugins.docker.commons.Messages
-
Key DockerServerCredentialsBinding.DisplayName: Docker
client certificate.
- DockerServerCredentialsHandler - Class in org.jenkinsci.plugins.docker.commons.credentials
-
- DockerServerCredentialsHandler() - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentialsHandler
-
- DockerServerDomainRequirement - Class in org.jenkinsci.plugins.docker.commons.credentials
-
- DockerServerDomainRequirement() - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerDomainRequirement
-
- DockerServerDomainSpecification - Class in org.jenkinsci.plugins.docker.commons.credentials
-
A DomainSpecification that allows users to identify credential domains that are for use against docker
server instances.
- DockerServerDomainSpecification() - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerDomainSpecification
-
- DockerServerDomainSpecification.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons.credentials
- DockerServerDomainSpecification_DisplayName() - Static method in class org.jenkinsci.plugins.docker.commons.Messages
-
Key DockerServerDomainSpecification.DisplayName: Docker
Server Credentials.
- DockerServerEndpoint - Class in org.jenkinsci.plugins.docker.commons.credentials
-
Encapsulates the endpoint of Docker daemon and how to interact with it.
- DockerServerEndpoint(String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.credentials.DockerServerEndpoint
-
- DockerServerEndpoint.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons.credentials
-
- DockerTool - Class in org.jenkinsci.plugins.docker.commons.tools
-
An installation of Docker.
- DockerTool(String, String, List<? extends ToolProperty<?>>) - Constructor for class org.jenkinsci.plugins.docker.commons.tools.DockerTool
-
- DockerTool.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons.tools
-
- DockerToolInstaller - Class in org.jenkinsci.plugins.docker.commons.tools
-
Download and install Docker CLI binary, see https://docs.docker.com/engine/installation/binaries/
- DockerToolInstaller(String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.tools.DockerToolInstaller
-
- DockerToolInstaller.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons.tools
-
- DockerToolInstaller_downloading_docker_client_(Object) - Static method in class org.jenkinsci.plugins.docker.commons.tools.Messages
-
Key DockerToolInstaller.downloading_docker_client_: Downloading Docker client {0}.
- doFillCredentialsIdItems(Item) - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint.DescriptorImpl
-
- doFillCredentialsIdItems(Item, String) - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerEndpoint.DescriptorImpl
-
- getAncestorImageIds() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerAncestorFingerprintFacet
-
Gets the ancestor image that this image was built from.
- getBaseDir() - Method in class org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialContext
-
- getClientCertificate() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentials
-
Gets the PEM formatted client certificate.
- getClientKey() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentials
-
- getClientKeySecret() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentials
-
Gets the PEM formatted secret key to identify the client.
- getContainerId() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
-
64byte sha1 container ID.
- getContainerName() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
-
Human readable container name.
- getContext() - Method in class org.jenkinsci.plugins.docker.commons.credentials.KeyMaterialFactory
-
- getCreated() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
-
When was this container created?
- getCredentialsId() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint
-
ID of the credentials used to talk to this endpoint.
- getCredentialsId() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerEndpoint
-
ID of the credentials used to talk to this endpoint.
- getDefaultInstallers() - Method in class org.jenkinsci.plugins.docker.commons.tools.DockerTool.DescriptorImpl
-
- getDescendantImageIds() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerDescendantFingerprintFacet
-
Gets the descendant images built from this image.
- getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint.DescriptorImpl
-
- getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentials.DescriptorImpl
-
- getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentialsBinding.DescriptorImpl
-
- getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerDomainSpecification.DescriptorImpl
-
- getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerEndpoint.DescriptorImpl
-
- getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
- getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.tools.DockerTool.DescriptorImpl
-
- getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.tools.DockerToolInstaller.DescriptorImpl
-
- getDockerFacets(String) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
- getDockerImagesUsedByJob(Job<?, ?>) - Method in class org.jenkinsci.plugins.docker.commons.DockerImageExtractor
-
Provides a collection of repository names namespace/name that the job uses as seen by the implementing class.
- getDockerImagesUsedByJobFromAll(Job<?, ?>) - Static method in class org.jenkinsci.plugins.docker.commons.DockerImageExtractor
-
Provides a set of repository names
namespace/name that the job uses as seen by all the declared
DockerImageExtractors.
- getEffectiveUrl() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint
-
Gets the endpoint URL, such as "https://index.docker.io/v1/"
- getEmail() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryToken
-
- getExecutable(String, Node, TaskListener, EnvVars) - Static method in class org.jenkinsci.plugins.docker.commons.tools.DockerTool
-
Gets the executable name to use for a given launcher.
- getFacet(String, Class<TFacet>) - Static method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprints
-
Retrieves a facet from the Fingerprint.
- getFacet(Fingerprint, Class<TFacet>) - Static method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprints
-
Retrieves a facet from the Fingerprint.
- getFacets(String, Class<TFacet>) - Static method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprints
-
Retrieves a facet from the Fingerprint.
- getFacets(Fingerprint, Class<TFacet>) - Static method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprints
-
Retrieves facets from the Fingerprint.
- getFingerprint(String) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
- getFingerprintHash(String) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
- getFingerprintHash(String) - Static method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprints
-
Gets a fingerprint hash for Docker ID (image or container).
- getHost() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
-
The host name on which the container is run.
- getIconClassName() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
- getIconFileName() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
- getImageId() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
-
Get the ID of the image from which this container was started.
- getImageId() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
-
- getImageIDs() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
Gets a list of fingerprints related to the action
- getInstallations() - Method in class org.jenkinsci.plugins.docker.commons.tools.DockerTool.DescriptorImpl
-
- getRangeSet(String) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
-
Gets the build range set for the given job name.
- getRangeSet(Job<?, ?>) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
-
- getRun() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
- getServerCaCertificate() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentials
-
Gets the PEM formatted server certificate.
- getTags() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
-
Additional user-specified context information submitted from clients.
- getToken(Item) - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint
-
- getToken() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryToken
-
- getUri() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerEndpoint
-
Gets the endpoint in URI, such as "unix:///var/run/docker.sock".
- getUrl() - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint
-
For stapler.
- getUrlName() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintAction
-
- getUsages() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
-
- getVersion() - Method in class org.jenkinsci.plugins.docker.commons.tools.DockerToolInstaller
-
- getWithCredentialsParameters(String) - Method in class org.jenkinsci.plugins.docker.commons.credentials.DockerServerCredentialsHandler
-