Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractDockerMojo - Class in com.spotify.docker
 
AbstractDockerMojo() - Constructor for class com.spotify.docker.AbstractDockerMojo
 
append(StringBuilder, String, int) - Method in class com.spotify.docker.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.
authConfig() - Method in class com.spotify.docker.AbstractDockerMojo
Builds the AuthConfig object from server details.

B

baseImage - Variable in class com.spotify.docker.BuildMojo
The base image to use.
build() - Method in class com.spotify.docker.HelpMojo
 
buildDirectory - Variable in class com.spotify.docker.BuildMojo
All resources will be copied to this directory before building the image.
buildImage(DockerClient, String, DockerClient.BuildParameter...) - Method in class com.spotify.docker.BuildMojo
 
BuildMojo - Class in com.spotify.docker
Used to build docker images.
BuildMojo() - Constructor for class com.spotify.docker.BuildMojo
 
BuildMojo(String) - Constructor for class com.spotify.docker.BuildMojo
 
buildParams() - Method in class com.spotify.docker.BuildMojo
 

C

cmd - Variable in class com.spotify.docker.BuildMojo
The cmd command for the image.
com.spotify.docker - package com.spotify.docker
 
commit - Variable in class com.spotify.docker.DockerBuildInformation
 
copyResources(String) - Method in class com.spotify.docker.BuildMojo
 
createDockerFile(String, List<String>) - Method in class com.spotify.docker.BuildMojo
 
createImageArtifact(Artifact, DockerBuildInformation) - Method in class com.spotify.docker.BuildMojo
 

D

DEFAULT_LINE_LENGTH - Static variable in class com.spotify.docker.HelpMojo
 
defaultProfile - Variable in class com.spotify.docker.BuildMojo
 
delegate - Variable in class com.spotify.docker.Utils.DigestExtractingProgressHandler
 
detail - Variable in class com.spotify.docker.HelpMojo
If true, display all settable properties for each goal.
digest - Variable in class com.spotify.docker.DockerBuildInformation
 
digest - Variable in class com.spotify.docker.Utils.DigestExtractingProgressHandler
 
digest() - Method in class com.spotify.docker.Utils.DigestExtractingProgressHandler
 
DigestExtractingProgressHandler(ProgressHandler) - Constructor for class com.spotify.docker.Utils.DigestExtractingProgressHandler
 
DockerBuildInformation - Class in com.spotify.docker
 
DockerBuildInformation(String, Log) - Constructor for class com.spotify.docker.DockerBuildInformation
 
dockerDirectory - Variable in class com.spotify.docker.BuildMojo
Directory containing the Dockerfile.
dockerHost - Variable in class com.spotify.docker.AbstractDockerMojo
URL of the docker host as specified in pom.xml.

E

entryPoint - Variable in class com.spotify.docker.BuildMojo
The entry point of the image.
env - Variable in class com.spotify.docker.BuildMojo
 
execute() - Method in class com.spotify.docker.AbstractDockerMojo
 
execute(DockerClient) - Method in class com.spotify.docker.AbstractDockerMojo
 
execute(DockerClient) - Method in class com.spotify.docker.BuildMojo
 
execute() - Method in class com.spotify.docker.HelpMojo
execute(DockerClient) - Method in class com.spotify.docker.PushMojo
 
execute(DockerClient) - Method in class com.spotify.docker.RemoveImageMojo
 
execute(DockerClient) - Method in class com.spotify.docker.TagMojo
 
execution - Variable in class com.spotify.docker.AbstractDockerMojo
 
expand(String) - Method in class com.spotify.docker.BuildMojo
 
exposes - Variable in class com.spotify.docker.BuildMojo
 
exposesSet - Variable in class com.spotify.docker.BuildMojo
 
expressionEvaluator - Variable in class com.spotify.docker.BuildMojo
 

F

findNamedChild(Node, String) - Method in class com.spotify.docker.HelpMojo
 
findSingleChild(Node, String) - Method in class com.spotify.docker.HelpMojo
 
forceTags - Variable in class com.spotify.docker.BuildMojo
Flag to use force option while tagging.
forceTags - Variable in class com.spotify.docker.TagMojo
Flag to use force option while tagging.

G

get(String, Config, String) - Method in class com.spotify.docker.BuildMojo
 
getBuilder() - Method in class com.spotify.docker.AbstractDockerMojo
 
getCommit() - Method in class com.spotify.docker.DockerBuildInformation
 
getCommitId() - Method in class com.spotify.docker.Git
 
getDestination() - Method in class com.spotify.docker.BuildMojo
 
getDigest() - Method in class com.spotify.docker.DockerBuildInformation
 
getEmail(Server) - Method in class com.spotify.docker.AbstractDockerMojo
Get the email from the server configuration in ~/.m2/settings.xml.
getForceTags() - Method in class com.spotify.docker.BuildMojo
 
getImage() - Method in class com.spotify.docker.DockerBuildInformation
 
getImageName() - Method in class com.spotify.docker.BuildMojo
 
getIndentLevel(String) - Static method in class com.spotify.docker.HelpMojo
Gets the indentation level of the specified line.
getPropertyFromExpression(String) - Method in class com.spotify.docker.HelpMojo
 
getPushImage() - Method in class com.spotify.docker.BuildMojo
 
getRepo() - Method in class com.spotify.docker.DockerBuildInformation
 
getRepo() - Method in class com.spotify.docker.Git
 
getRetryPushCount() - Method in class com.spotify.docker.AbstractDockerMojo
 
getRetryPushTimeout() - Method in class com.spotify.docker.AbstractDockerMojo
 
getSingleChild(Node, String) - Method in class com.spotify.docker.HelpMojo
 
getValue(Node, String) - Method in class com.spotify.docker.HelpMojo
 
Git - Class in com.spotify.docker
 
Git() - Constructor for class com.spotify.docker.Git
 
goal - Variable in class com.spotify.docker.HelpMojo
The name of the goal for which to show help.

H

HelpMojo - Class in com.spotify.docker
Display help information on docker-maven-plugin.
Call mvn docker:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class com.spotify.docker.HelpMojo
 

I

image - Variable in class com.spotify.docker.DockerBuildInformation
 
image - Variable in class com.spotify.docker.TagMojo
Can be either an image ID (e.g.
imageName - Variable in class com.spotify.docker.BuildMojo
Built image will be given this name.
imageName - Variable in class com.spotify.docker.PushMojo
Name of image to push.
imageName - Variable in class com.spotify.docker.RemoveImageMojo
Name of image to remove.
imageTags - Variable in class com.spotify.docker.BuildMojo
Additional tags to tag the image with.
imageTags - Variable in class com.spotify.docker.RemoveImageMojo
Additional tags to tag the image with.
incompleteAuthSettings(String, String, String) - Method in class com.spotify.docker.AbstractDockerMojo
Checks for incomplete private Docker registry authorization settings.
indentSize - Variable in class com.spotify.docker.HelpMojo
The number of spaces per indentation level, should be positive.
isNotEmpty(String) - Static method in class com.spotify.docker.HelpMojo
 
isRepository() - Method in class com.spotify.docker.Git
 

L

lineLength - Variable in class com.spotify.docker.HelpMojo
The maximum length of a display line, should be positive.
loadProfile() - Method in class com.spotify.docker.BuildMojo
 

M

maintainer - Variable in class com.spotify.docker.BuildMojo
The maintainer of the image.
mavenProject - Variable in class com.spotify.docker.BuildMojo
 

N

newName - Variable in class com.spotify.docker.TagMojo
The new name that will be applied to the source image.
noCache - Variable in class com.spotify.docker.BuildMojo
Set to true to pass the `--no-cache` flag to the Docker daemon when building an image.
normalizeDest(String) - Method in class com.spotify.docker.BuildMojo
 

O

OBJECT_MAPPER - Static variable in class com.spotify.docker.DockerBuildInformation
 

P

parseImageName(String) - Static method in class com.spotify.docker.Utils
 
PLUGIN_HELP_PATH - Static variable in class com.spotify.docker.HelpMojo
 
profile - Variable in class com.spotify.docker.BuildMojo
 
progress(ProgressMessage) - Method in class com.spotify.docker.Utils.DigestExtractingProgressHandler
 
pullOnBuild - Variable in class com.spotify.docker.BuildMojo
Flag to attempt to pull base images even if older images exists locally.
PUSH_FAIL_WARN_TEMPLATE - Static variable in class com.spotify.docker.Utils
 
pushImage - Variable in class com.spotify.docker.BuildMojo
Flag to push image after it is built.
pushImage - Variable in class com.spotify.docker.TagMojo
Flag to push image after it is tagged.
pushImage(DockerClient, String, Log, DockerBuildInformation, int, int) - Static method in class com.spotify.docker.Utils
 
PushMojo - Class in com.spotify.docker
Pushes a docker image repository to the specified docker registry.
PushMojo() - Constructor for class com.spotify.docker.PushMojo
 

R

rawDockerHost() - Method in class com.spotify.docker.AbstractDockerMojo
 
registryUrl - Variable in class com.spotify.docker.AbstractDockerMojo
 
RemoveImageMojo - Class in com.spotify.docker
Removes a docker image.
RemoveImageMojo() - Constructor for class com.spotify.docker.RemoveImageMojo
 
repeat(String, int) - Static method in class com.spotify.docker.HelpMojo
Repeat a String n times to form a new string.
repo - Variable in class com.spotify.docker.DockerBuildInformation
 
repo - Variable in class com.spotify.docker.Git
 
resources - Variable in class com.spotify.docker.BuildMojo
Resources to include in the build.
retryPushCount - Variable in class com.spotify.docker.AbstractDockerMojo
Number of retries for failing pushes, defaults to 5.
retryPushTimeout - Variable in class com.spotify.docker.AbstractDockerMojo
Retry timeout for failing pushes, defaults to 10 seconds.
runList - Variable in class com.spotify.docker.BuildMojo
 
runs - Variable in class com.spotify.docker.BuildMojo
The run commands for the image.

S

secDispatcher - Variable in class com.spotify.docker.AbstractDockerMojo
https://issues.apache.org/jira/browse/MNG-4384
separatorsToUnix(String) - Static method in class com.spotify.docker.BuildMojo
Converts all separators to the Unix separator of forward slash.
serverId - Variable in class com.spotify.docker.AbstractDockerMojo
 
session - Variable in class com.spotify.docker.AbstractDockerMojo
 
setDigest(String) - Method in class com.spotify.docker.DockerBuildInformation
 
setRepo(Repository) - Method in class com.spotify.docker.Git
 
settings - Variable in class com.spotify.docker.AbstractDockerMojo
The system settings for Maven.
skipDockerBuild - Variable in class com.spotify.docker.BuildMojo
Flag to skip docker build, making build goal a no-op.
skipDockerTag - Variable in class com.spotify.docker.TagMojo
Flag to skip tagging, making goal a no-op.

T

tagImage(DockerClient, boolean) - Method in class com.spotify.docker.BuildMojo
 
tagInfoFile - Variable in class com.spotify.docker.BuildMojo
Path to JSON file to write when tagging images.
tagInfoFile - Variable in class com.spotify.docker.TagMojo
Path to JSON file to write when tagging images
TagMojo - Class in com.spotify.docker
Applies a tag to a docker image.
TagMojo() - Constructor for class com.spotify.docker.TagMojo
 
toJsonBytes() - Method in class com.spotify.docker.DockerBuildInformation
 
toLines(String, int, int, int) - Static method in class com.spotify.docker.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class com.spotify.docker.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.

U

UNIX_SEPARATOR - Static variable in class com.spotify.docker.BuildMojo
The Unix separator character.
updateGitInformation(Log) - Method in class com.spotify.docker.DockerBuildInformation
 
useGitCommitId - Variable in class com.spotify.docker.BuildMojo
If specified as true, a tag will be generated consisting of the first 7 characters of the most recent git commit ID, resulting in something like image:df8e8e6.
useGitCommitId - Variable in class com.spotify.docker.TagMojo
If specified as true, a tag will be generated consisting of the first 7 characters of the most recent git commit ID, resulting in something like image:df8e8e6.
user - Variable in class com.spotify.docker.BuildMojo
The user for the image.
Utils - Class in com.spotify.docker
 
Utils() - Constructor for class com.spotify.docker.Utils
 
Utils.DigestExtractingProgressHandler - Class in com.spotify.docker
 

V

validateParameters() - Method in class com.spotify.docker.BuildMojo
 

W

WINDOWS_SEPARATOR - Static variable in class com.spotify.docker.BuildMojo
The Windows separator character.
workdir - Variable in class com.spotify.docker.BuildMojo
The workdir for the image.
writeGoal(StringBuilder, String, Element) - Method in class com.spotify.docker.HelpMojo
 
writeImageInfoFile(DockerBuildInformation, String) - Static method in class com.spotify.docker.Utils
 
writeParameter(StringBuilder, Node, Node) - Method in class com.spotify.docker.HelpMojo
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.