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

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
 

C

close() - Method in class org.jenkinsci.plugins.docker.commons.impl.CompositeKeyMaterial
 
close() - Method in class org.jenkinsci.plugins.docker.commons.impl.NullKeyMaterial
 
close() - Method in class org.jenkinsci.plugins.docker.commons.impl.ServerKeyMaterialImpl
 
close() - Method in class org.jenkinsci.plugins.docker.commons.KeyMaterial
Deletes the key materials from the file system.
CompositeKeyMaterial - Class in org.jenkinsci.plugins.docker.commons.impl
Composes two KeyMaterials into one.
CompositeKeyMaterial(KeyMaterial, KeyMaterial) - Constructor for class org.jenkinsci.plugins.docker.commons.impl.CompositeKeyMaterial
 
ContainerRecord - Class in org.jenkinsci.plugins.docker.commons.fingerprint
Records a container started from a known image.
ContainerRecord(String, String, String, long, Map<String, String>) - Constructor for class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
 

D

DockerFingerprints - Class in org.jenkinsci.plugins.docker.commons.fingerprint
 
DockerFromFingerprintFacet - Class in org.jenkinsci.plugins.docker.commons.fingerprint
As a facet on a fingerprint that represents a docker image, indicates that another image was produced by deriving from it.
DockerFromFingerprintFacet(Fingerprint, long) - Constructor for class org.jenkinsci.plugins.docker.commons.fingerprint.DockerFromFingerprintFacet
 
DockerRegistryCredentials - Class in org.jenkinsci.plugins.docker.commons
Factory of DockerRegistryToken, which is normally a secret itself (such as OAuth refresh token.)
DockerRegistryCredentials(CredentialsScope, String, String) - Constructor for class org.jenkinsci.plugins.docker.commons.DockerRegistryCredentials
 
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.
DockerRunFingerprintFacet(Fingerprint, long) - Constructor for class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunFingerprintFacet
 
DockerRunPtrFingerprintFacet - Class in org.jenkinsci.plugins.docker.commons.fingerprint
FingerprintFacet for docker that refers to other Runs.
DockerRunPtrFingerprintFacet(Fingerprint, long) - Constructor for class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
 
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) - Constructor for class org.jenkinsci.plugins.docker.commons.DockerServerCredentials
 
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) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint.DescriptorImpl
 

E

env() - Method in class org.jenkinsci.plugins.docker.commons.impl.CompositeKeyMaterial
 
env() - Method in class org.jenkinsci.plugins.docker.commons.impl.NullKeyMaterial
 
env() - Method in class org.jenkinsci.plugins.docker.commons.impl.ServerKeyMaterialImpl
 
env() - Method in class org.jenkinsci.plugins.docker.commons.KeyMaterial
Builds 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.fingerprint.ContainerRecord
 

G

getClientCertificate() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerCredentials
 
getClientCertificateInPEM() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerCredentials
Gets the PEM formatted client certificate that matches with DockerServerCredentials.getClientSecretKey().
getClientSecretKey() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerCredentials
 
getClientSecretKeyInPEM() - 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.
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.
getDisplayName() - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint.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 "http://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.
getKeyStore() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerCredentials
 
getPassword() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerCredentials
 
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
 
getServerCaCertificateInPEM() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerCredentials
Gets the PEM formatted server certificate that matches with DockerServerCredentials.getClientSecretKey().
getTags() - Method in class org.jenkinsci.plugins.docker.commons.fingerprint.ContainerRecord
Additional user-specified context information submitted from clients.
getToken() - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryCredentials
Gets the token value to be used for authenticating access to DockerHub.
getToken(Item) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
Plugins that want to refer to a DockerRegistryCredentials should do so via ID string, and use this method to resolve it to DockerRegistryCredentials.
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.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() - Constructor for class org.jenkinsci.plugins.docker.commons.KeyMaterial
 

M

materialize(AbstractBuild) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
Makes the credentials available locally for the on-going build and returns KeyMaterial that gives you the parameters needed to access it.
materialize(Item, VirtualChannel) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
Makes the credentials available locally and returns KeyMaterial that gives you the parameters needed to access it.
materialize(URL, VirtualChannel) - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryToken
Makes the credentials available locally and returns KeyMaterial that gives you the parameters needed to access it.
materialize(AbstractBuild) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
Makes the key materials available locally for the on-going build and returns KeyMaterial that gives you the parameters needed to access it.
materialize(Item, VirtualChannel) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
Makes the key materials available locally and returns KeyMaterial that gives you the parameters needed to access it.
materialize(FilePath, DockerServerCredentials) - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
The most raw form of the materialize(...) family of methods in case you need to control every aspect of it.

N

NULL - Static variable in class org.jenkinsci.plugins.docker.commons.KeyMaterial
KeyMaterial that does nothing.
NullKeyMaterial - Class in org.jenkinsci.plugins.docker.commons.impl
KeyMaterial that does nothing.
NullKeyMaterial() - Constructor for class org.jenkinsci.plugins.docker.commons.impl.NullKeyMaterial
 

O

of(String) - 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(KeyMaterial) - Method in class org.jenkinsci.plugins.docker.commons.KeyMaterial
Merge two KeyMaterials into one.

R

records - Variable in class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunFingerprintFacet
 

S

ServerKeyMaterialImpl - Class in org.jenkinsci.plugins.docker.commons.impl
KeyMaterial for talking to docker daemon.
ServerKeyMaterialImpl(String, FilePath) - Constructor for class org.jenkinsci.plugins.docker.commons.impl.ServerKeyMaterialImpl
 

T

toString() - Method in class org.jenkinsci.plugins.docker.commons.DockerRegistryEndpoint
 
toString() - Method in class org.jenkinsci.plugins.docker.commons.DockerServerEndpoint
 
A C D E G H I K M N O P R S T 

Copyright © 2004-2015. All Rights Reserved.