A C D E G H I K M N O P R S T U _ 

A

add(ContainerRecord) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunFingerprintFacet
 
add(String, int) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
Records that a build of a job has used this file.
addFor(Run<?, ?>) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
 
addFromFacet(String, String, Run<?, ?>) - Static method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprints
addRunFacet(ContainerRecord, Run<?, ?>) - Static method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprints
Adds a new ContainerRecord for the specified image, creating necessary intermediate objects as it goes.

C

checkContextualized() - Method in class org.jenkinsci.plugins.docker.commons.KeyMaterialFactory
 
close() - Method in class org.jenkinsci.plugins.docker.commons.KeyMaterial
Deletes the key materials from the file system.
CompositeKeyMaterialFactory - Class in org.jenkinsci.plugins.docker.commons.impl
Composes multiple KeyMaterialFactorys into one.
CompositeKeyMaterialFactory(KeyMaterialFactory...) - Constructor for class org.jenkinsci.plugins.docker.commons.impl.CompositeKeyMaterialFactory
 
ContainerRecord - Class in org.jenkinsci.plugins.docker.commons.fingerprint
Records a container started from a known image.
ContainerRecord(String, String, String, String, long, Map<String, String>) - Constructor for class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
 
contextualize(KeyMaterialContext) - Method in class org.jenkinsci.plugins.docker.commons.impl.CompositeKeyMaterialFactory
 
contextualize(KeyMaterialContext) - Method in class org.jenkinsci.plugins.docker.commons.KeyMaterialFactory
convert(DockerServerCredentials) - Method in class org.jenkinsci.plugins.docker.commons.impl.ServerKeyMaterialFactoryFromDockerCredentials
 
convert(UsernamePasswordCredentials) - Method in class org.jenkinsci.plugins.docker.commons.impl.UsernamePasswordDockerRegistryTokenSource
 

D

DockerAncestorFingerprintFacet - Class in org.jenkinsci.plugins.docker.commons.fingerprint
Facet representing the fact that this Docker image was derived from another.
DockerDescendantFingerprintFacet - Class in org.jenkinsci.plugins.docker.commons.fingerprint
Facet representing the fact that some Docker image was derived from this one.
DockerFingerprints - Class in org.jenkinsci.plugins.docker.commons.fingerprint
Entry point into fignerprint related functionalities in Docker.
DockerRegistryEndpoint - Class in org.jenkinsci.plugins.docker.commons
Encapsulates the endpoint of DockerHub and how to interact with it.
DockerRegistryEndpoint(String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
 
DockerRegistryEndpoint.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons
 
DockerRegistryEndpoint.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint.DescriptorImpl
 
DockerRegistryToken - Class in org.jenkinsci.plugins.docker.commons
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.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
Represents the connection details to talk to a docker host, 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.DockerServerCredentials
 
DockerServerCredentials.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons
 
DockerServerCredentials.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.DockerServerCredentials.DescriptorImpl
 
DockerServerDomainRequirement - Class in org.jenkinsci.plugins.docker.commons
Used to mark Domain that credentials in this domain are meant to be used for producing DockerServerCredentials.
DockerServerDomainRequirement() - Constructor for class org.jenkinsci.plugins.docker.commons.DockerServerDomainRequirement
 
DockerServerDomainSpecification - Class in org.jenkinsci.plugins.docker.commons
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.DockerServerDomainSpecification
 
DockerServerDomainSpecification.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons
DockerServerDomainSpecification.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.DockerServerDomainSpecification.DescriptorImpl
 
DockerServerDomainSpecification_DisplayName() - Static method in class org.jenkinsci.plugins.docker.commons.Messages
Docker Server Credentials
DockerServerEndpoint - Class in org.jenkinsci.plugins.docker.commons
Encapsulates the endpoint of Docker daemon and how to interact with it.
DockerServerEndpoint(String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
 
DockerServerEndpoint.DescriptorImpl - Class in org.jenkinsci.plugins.docker.commons
 
DockerServerEndpoint.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint.DescriptorImpl
 
doFillCredentialsIdItems(Item) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint.DescriptorImpl
 
doFillCredentialsIdItems(Item, String) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint.DescriptorImpl
 

E

env() - Method in class org.jenkinsci.plugins.docker.commons.KeyMaterial
Get the environment variables needed to be passed when docker runs, to access DockerServerCredentials that this object was created from.
equals(Object) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
 
equals(Object) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
 
equals(Object) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
 

G

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.KeyMaterialContext
Returns the base directory that can be used to KeyMaterialFactory.materialize() KeyMaterial instances.
getClientCertificate() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerCredentials
Gets the PEM formatted client certificate.
getClientKey() - Method in class org.jenkinsci.plugins.docker.commons.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.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.DockerRegistryEndpoint
ID of the credentials used to talk to this endpoint.
getCredentialsId() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
ID of the credentials used to talk to this endpoint.
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.DockerRegistryEndpoint.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerCredentials.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerDomainSpecification.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint.DescriptorImpl
 
getEffectiveUrl() - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
Gets the endpoint URL, such as "https://index.docker.io/v1/"
getEmail() - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryToken
 
getHost() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
The host name on which the container is run.
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
 
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
 
getServerCaCertificate() - Method in class org.jenkinsci.plugins.docker.commons.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.DockerRegistryEndpoint
Plugins that want to refer to a IdCredentials should do so via ID string, and use this method to resolve it and convert to DockerRegistryToken.
getToken() - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryToken
 
getUri() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
Gets the endpoint in URI, such as "unix:///var/run/docker.sock".
getUrl() - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
For stapler.
getUsages() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
 

H

hashCode() - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
 
hashCode() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
 
hashCode() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
 

I

imageName(String) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
Decorates the repository ID like "jenkinsci/workflow-demo" with repository prefix.

K

KeyMaterial - Class in org.jenkinsci.plugins.docker.commons
Represents a locally extracted credentials information.
KeyMaterial(EnvVars) - Constructor for class org.jenkinsci.plugins.docker.commons.KeyMaterial
 
KeyMaterialContext - Class in org.jenkinsci.plugins.docker.commons
Represents the context within a KeyMaterialFactory can KeyMaterialFactory.materialize() KeyMaterial instances.
KeyMaterialContext(FilePath) - Constructor for class org.jenkinsci.plugins.docker.commons.KeyMaterialContext
 
KeyMaterialFactory - Class in org.jenkinsci.plugins.docker.commons
Represents a locally extracted credentials information.
KeyMaterialFactory() - Constructor for class org.jenkinsci.plugins.docker.commons.KeyMaterialFactory
 

M

materialize() - Method in class org.jenkinsci.plugins.docker.commons.impl.CompositeKeyMaterialFactory
 
materialize() - Method in class org.jenkinsci.plugins.docker.commons.impl.NullKeyMaterialFactory
 
materialize() - Method in class org.jenkinsci.plugins.docker.commons.impl.ServerHostKeyMaterialFactory
Builds the key material environment variables needed to be passed when docker runs, to access DockerServerCredentials that this object was created from.
materialize() - Method in class org.jenkinsci.plugins.docker.commons.impl.ServerKeyMaterialFactory
 
materialize() - Method in class org.jenkinsci.plugins.docker.commons.KeyMaterialFactory
Builds the key material environment variables needed to be passed when docker runs, to access DockerServerCredentials that this object was created from.
Messages - Class in org.jenkinsci.plugins.docker.commons
 
Messages() - Constructor for class org.jenkinsci.plugins.docker.commons.Messages
 

N

newKeyMaterialFactory(AbstractBuild) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
Makes the credentials available locally for the on-going build and returns KeyMaterialFactory that gives you the parameters needed to access it.
newKeyMaterialFactory(Item, VirtualChannel) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
Makes the credentials available locally and returns KeyMaterialFactory that gives you the parameters needed to access it.
newKeyMaterialFactory(URL, VirtualChannel) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryToken
Makes the credentials available locally and returns KeyMaterialFactory that gives you the parameters needed to access it.
newKeyMaterialFactory(AbstractBuild) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
Makes the key materials available locally for the on-going build and returns KeyMaterialFactory that gives you the parameters needed to access it.
newKeyMaterialFactory(Item, VirtualChannel) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
Makes the key materials available locally and returns KeyMaterialFactory that gives you the parameters needed to access it.
newKeyMaterialFactory(FilePath, DockerServerCredentials) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
Create a KeyMaterialFactory for connecting to the docker server/host.
NULL - Static variable in class org.jenkinsci.plugins.docker.commons.KeyMaterial
KeyMaterial that does nothing.
NULL - Static variable in class org.jenkinsci.plugins.docker.commons.KeyMaterialFactory
 
NullKeyMaterialFactory - Class in org.jenkinsci.plugins.docker.commons.impl
KeyMaterialFactory that does nothing.
NullKeyMaterialFactory() - Constructor for class org.jenkinsci.plugins.docker.commons.impl.NullKeyMaterialFactory
 

O

of(String) - Static method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprints
Gets Fingerprint for a given docker image.
org.jenkinsci.plugins.docker.commons - package org.jenkinsci.plugins.docker.commons
 
org.jenkinsci.plugins.docker.commons.fingerprint - package org.jenkinsci.plugins.docker.commons.fingerprint
 
org.jenkinsci.plugins.docker.commons.impl - package org.jenkinsci.plugins.docker.commons.impl
 

P

plus(KeyMaterialFactory...) - Method in class org.jenkinsci.plugins.docker.commons.KeyMaterialFactory
Merge additional KeyMaterialFactorys into one.

R

readResolve() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunFingerprintFacet
 
records - Variable in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunFingerprintFacet
 

S

ServerHostKeyMaterialFactory - Class in org.jenkinsci.plugins.docker.commons.impl
A KeyMaterial that maintains information about the host.
ServerHostKeyMaterialFactory(String) - Constructor for class org.jenkinsci.plugins.docker.commons.impl.ServerHostKeyMaterialFactory
 
ServerKeyMaterialFactory - Class in org.jenkinsci.plugins.docker.commons.impl
KeyMaterialFactory for talking to docker daemon.
ServerKeyMaterialFactory(DockerServerCredentials) - Constructor for class org.jenkinsci.plugins.docker.commons.impl.ServerKeyMaterialFactory
 
ServerKeyMaterialFactory(String, String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.impl.ServerKeyMaterialFactory
 
ServerKeyMaterialFactoryFromDockerCredentials - Class in org.jenkinsci.plugins.docker.commons.impl
 
ServerKeyMaterialFactoryFromDockerCredentials() - Constructor for class org.jenkinsci.plugins.docker.commons.impl.ServerKeyMaterialFactoryFromDockerCredentials
 
setImageId(String) - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
Set the image ID of the image from which this container was started.

T

test(DomainRequirement) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerDomainSpecification
toString() - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
 
toString() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
 

U

UsernamePasswordDockerRegistryTokenSource - Class in org.jenkinsci.plugins.docker.commons.impl
 
UsernamePasswordDockerRegistryTokenSource() - Constructor for class org.jenkinsci.plugins.docker.commons.impl.UsernamePasswordDockerRegistryTokenSource
 

_

_DockerServerDomainSpecification_DisplayName() - Static method in class org.jenkinsci.plugins.docker.commons.Messages
Docker Server Credentials
A C D E G H I K M N O P R S T U _ 

Copyright © 2004-2015. All Rights Reserved.