A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

add(boolean, List<String>, String) - Method in DockerFileBuilder
addBinds(String, String) - Method in StartConfig
addCommand(List) - Method in CreateConfig
Add command to container.
addCommand(def) - Method in DockerContainer
Add command to container.
addCommandAsBashScript(def) - Method in CreateConfig
Add command in a bash script form.
addCommands(List<String>) - Method in CreateConfig
Add list of commands.
addEntryPoint(List<String>) - Method in CreateConfig
Set entrypoint to run when container is started.
addEnv(String, String) - Method in CreateConfig
Add environment to container.
addEnvs(Map<String, String>) - Method in CreateConfig
Add environments to container.
addExposedPort(int, String) - Method in CreateConfig
Add port to expose when container will run.
addFile(File, String) - Method in TarArchive
addHost(String, String) - Method in CreateConfig
Add hosts to /etc/hosts
addHost(String, String) - Method in StartConfig
Add hosts to /etc/hosts
addHosts(Map<String, String>) - Method in CreateConfig
Add multiple hosts to /etc/hosts
addHosts(Map<String, String>) - Method in StartConfig
Add multiple hosts to /etc/hosts
addImageToImagesMap(DockerImage) - Method in DockerClient
addLink(String, String) - Method in StartConfig
addLinkToNetwork(String, String, String) - Method in CreateConfig
addPortBinding(int, String, String, int) - Method in StartConfig
addVolume(String) - Method in CreateConfig
Add volume to the container.
addVolumeFrom(String) - Method in StartConfig
addVolumes(List<String>) - Method in CreateConfig
Add multiple volumes.
ArtifactoryUtil - Class in org.jfrog.util.artifactory
asUser(String) - Method in DockerExec
attachStderr(boolean) - Method in CreateConfig
attachStdin(boolean) - Method in CreateConfig
attachStdout(boolean) - Method in CreateConfig

B

build(def, DockerImage, boolean, boolean, String) - Method in DockerClient
Build image

C

cleanPath(def) - Method in DockerClient
close() - Method in DockerClient
close() - Method in DockerFileBuilder
close() - Method in TarArchive
cmd(boolean, String) - Method in DockerFileBuilder
commands(List<String>) - Method in CreateConfig
compareAtoB() - Method in VersionHelper
@return negative number if a less than b, 0 if equals, positive number if a greater than b.
ContainerFilter - Class in org.jfrog.util.docker.filters
Created by matank on 4/28/15.
ContainerFilter(Integer, ContainerStatus) - Constructor in ContainerFilter
ContainerStatus - Enum in org.jfrog.util.docker.constants
Created by matank on 4/28/15.
ContainerStatus(String) - Constructor in ContainerStatus
copy(String, String) - Method in DockerContainer
Download file from the container.
copy(boolean, String, String) - Method in DockerFileBuilder
copyTo(String, String) - Method in DockerContainer
Copy local file into the container.
cpuset(def) - Method in CreateConfig
cpuShares(def) - Method in CreateConfig
create() - Method in DockerFileBuilder
CreateConfig - Class in org.jfrog.util.docker.configurations
Create Json config.

D

delete(String, Map, ContentType, def, Map) - Method in DockerClient
deleteFiles(File) - Method in DockerFileBuilder
DockerClient - Class in org.jfrog.util.docker
Created by matank on 12/21/2014.
DockerClient(def) - Constructor in DockerClient
DockerContainer - Class in org.jfrog.util.docker
Created by matank on 12/22/2014.
DockerContainer(DockerClient, String, String) - Constructor in DockerContainer
DockerExec - Class in org.jfrog.util.docker
Created by matank on 5/31/15.
DockerExec(DockerContainer, def) - Constructor in DockerExec
DockerFileBuilder - Class in org.jfrog.util.docker.configurations
Created by matank on 4/29/15.
DockerFileBuilder(File) - Constructor in DockerFileBuilder
@param workDir temp directory will be created in this directory to contain all the necessary files.
DockerFileCommands - Enum in org.jfrog.util.docker.constants
Created by matank on 4/29/15.
DockerImage - Class in org.jfrog.util.docker
Created by matank on 4/27/15.
DockerImage(DockerClient, String, String, String, DockerRegistry) - Constructor in DockerImage
DockerNetwork - Class in org.jfrog.util.docker
Created by alexd on 5/26/20.
DockerNetwork(String, String) - Constructor in DockerNetwork
DockerRegistry - Class in org.jfrog.util.docker
Created by matank on 4/27/15.
DockerRegistry(String, Boolean) - Constructor in DockerRegistry
DockerVolume - Class in org.jfrog.util.docker
Created by matank on 4/27/15.
DockerVolume(DockerClient, String, Map<String, String>, String) - Constructor in DockerVolume
doCreate(boolean, boolean) - Method in DockerContainer
@param throwsExceptionOnConflict - If true, will throw exception on conflict during creation
doCreate() - Method in DockerExec
Create Exec instance, still not running, use with doStart().
doCreate(boolean) - Method in DockerImage
Creates the image on the docker server, by pulling it if not exists.
doCreate() - Method in DockerVolume
Creates the volume on the docker server.
doDelete(boolean, boolean) - Method in DockerContainer
Delete container.
doDelete(boolean, boolean) - Method in DockerImage
Deletes the image from docker server, doesn't delete it from the registry.org.jfrog.qa.docker* @param isForce - deletes even if there is dependency at it.
doDelete() - Method in DockerVolume
Deletes the image from docker server, doesn't delete it from the registry.org.jfrog.qa.docker* @param isForce - deletes even if there is dependency at it.
domainName(String) - Method in CreateConfig
doPause() - Method in DockerContainer
Pause all container processes.
doPush() - Method in DockerImage
Pushes the image to the required registry
doRestart(int) - Method in DockerContainer
doSearch() - Method in DockerImage
Searches for the image in the specified registry, ignores the tag.
doStart(int, def, boolean) - Method in DockerContainer
Start container.
doStart(boolean, boolean) - Method in DockerExec
Runs the Exec instance created with doCreate().
doStop(int) - Method in DockerContainer
Stop container.
doTag(DockerImage, boolean) - Method in DockerImage
Tags this image as new image (targetImage).
doUnPause() - Method in DockerContainer
Pause all container processes.
downloadFile(String, String) - Method in DockerContainer
Download file from the container.
driver(Map) - Method in DockerVolume

E

entryPoint(boolean, String) - Method in DockerFileBuilder
env(Map<String, String>) - Method in CreateConfig
env(boolean, Map<Object, String>) - Method in DockerFileBuilder
equals(def) - Method in DockerContainer
equals(def) - Method in DockerImage
equals(def) - Method in DockerRegistry
equals(def) - Method in DockerVolume
exec(def, boolean, boolean, boolean, boolean) - Method in DockerContainer
Exec another process inside this container, available only if the container is in Running state.
exitCode() - Method in DockerContainer
Get status code of a container.
exitCode() - Method in DockerExec
Get status code of a container.
expose(boolean, int) - Method in DockerFileBuilder

F

folder - Field in DockerFileBuilder
Directory to build the Dockerfile in.
from(String, String, String) - Method in DockerFileBuilder
fromRegistry(String, String, String, String, String) - Method in DockerImage
fromRepo(String) - Method in DockerImage
Please use namespace("namespace") instead

G

get(String, Map, ContentType, def, Map) - Method in DockerClient
get(String, ContentType, Map<String, String>) - Method in DockerContainer
getAllNetworks() - Method in DockerClient
Retrieve the list of all currently configured Docker networks on the local host
getArtifactoryContextUrl() - Method in ArtifactoryUtil
getArtifactoryPassword() - Method in ArtifactoryUtil
getArtifactoryUser() - Method in ArtifactoryUtil
getContainersFromServer(boolean, Integer, String, String, boolean, ContainerFilter) - Method in DockerClient
getContainerStatus(String) - Method in ContainerStatus
getDockerfile() - Method in DockerFileBuilder
Get Dockerfile, if not exists, creates it and returns.
getEnvs() - Method in DockerContainer
Get Map of all environment variables inside a container.
getExternalPort(int, String) - Method in DockerContainer
getFile(File, String) - Method in TarArchive
getFullImageName(boolean) - Method in DockerImage
getImage(String, String, String, String) - Method in DockerClient
Please use image() instead and set the parameters there
getImageId() - Method in DockerImage
getImagesFromServer(boolean) - Method in DockerClient
Get images from org.jfrog.qa.docker server.
getInputStream(String, Map) - Method in DockerClient
getLatestTag(Artifactory, String, String, String) - Method in ArtifactoryUtil
Get latest pushed tag for a specific repository using AQL.
getNamespace() - Method in DockerImage
getNewContainer(String) - Method in DockerImage
Creates new container from this image.
getProp(String) - Method in ArtifactoryUtil
getRepository() - Method in DockerImage
getState() - Method in DockerContainer
Get State of a container, extracted from inspect.
getTag() - Method in DockerImage
getUri() - Method in DockerClient
getValue() - Method in ContainerStatus
getXRegistryAuth(boolean) - Method in DockerRegistry
getXRegistryAuthHeader(boolean) - Method in DockerRegistry

H

hashCode() - Method in DockerVolume
history() - Method in DockerImage
hostname(String) - Method in CreateConfig

I

image(String) - Method in CreateConfig
Set image for the container to start from.
image() - Method in DockerClient
init(Map, boolean) - Method in State
inspect() - Method in DockerContainer
Inspect the container config and status.
inspect() - Method in DockerExec
inspect() - Method in DockerImage
Inspect the image, queries the docker server at real time.org.jfrog.qa.docker* @return Json
inspect() - Method in DockerVolume
Inspect the volume, queries the docker server at real time.org.jfrog.qa.docker* @return Json
isAequalsB() - Method in VersionHelper
isAgreaterThanB() - Method in VersionHelper
isBgreaterThanA() - Method in VersionHelper
isExists() - Method in DockerContainer
Check if container is exists in docker server.
isExists() - Method in DockerImage
Check if container is exists in docker server.
isExists() - Method in DockerVolume
Check if container is exists in docker server.
isPaused() - Method in State
isRunning() - Method in State

J

K

L

label(String, String) - Method in DockerFileBuilder
labels(Map) - Method in DockerVolume
logs() - Method in DockerContainer
Get logs of the container.

M

macAddress(String) - Method in CreateConfig
maintainer(String) - Method in DockerFileBuilder
memory(long) - Method in CreateConfig
memorySwap(long) - Method in CreateConfig

N

name(String) - Method in DockerVolume
namespace(String) - Method in DockerImage
networkDisabled(boolean) - Method in CreateConfig

O

onBuild(def) - Method in CreateConfig
openStdin(boolean) - Method in CreateConfig

P

parseVersion(String) - Method in VersionHelper
ping() - Method in DockerClient
Ping server if Docker service is available.
portSpecs(def) - Method in CreateConfig
post(String, Map, ContentType, def, ContentType, def, Map, long) - Method in DockerClient
publishAllPorts(boolean) - Method in StartConfig
Publish all ports on container startup to random ports
put(String, Map, ContentType, def, ContentType, def, Map, long) - Method in DockerClient

Q

R

registry(String) - Method in DockerImage
Set the required registry to pull from or to push to.
removeImageFromImagesMap(DockerImage) - Method in DockerClient
repository(String) - Method in DockerImage
run(boolean, List<String>) - Method in DockerFileBuilder

S

setConnectionClose() - Method in DockerClient
setKeepAlive() - Method in DockerClient
setUser(String) - Method in CreateConfig
shell(boolean, String) - Method in DockerFileBuilder
StartConfig - Class in org.jfrog.util.docker.configurations
Created by matank on 4/20/15.
State - Class in org.jfrog.util.docker.inspect
Created by matankatz on 14/08/2016.
stats(boolean) - Method in DockerContainer
Show stats of running container.
stdinOnce(boolean) - Method in CreateConfig

T

tag(String) - Method in DockerImage
TagNotFoundException - Class in org.jfrog.util.docker.exceptions
TagNotFoundException(String) - Constructor in TagNotFoundException
TarArchive - Class in org.jfrog.util.docker.utils
Created by matank on 5/17/15.
TarArchive(def) - Constructor in TarArchive
toJson() - Method in ContainerFilter
toJson() - Method in CreateConfig
toJson() - Method in StartConfig
top() - Method in DockerContainer
Show processes running inside container.
toString() - Method in ContainerStatus
toString() - Method in DockerContainer
toString() - Method in DockerFileBuilder
toString() - Method in DockerImage
tty(boolean) - Method in CreateConfig
tty(boolean) - Method in DockerExec

U

uploadFile(String, String) - Method in DockerContainer
Upload file to the container.
user(boolean, String) - Method in DockerFileBuilder

V

version() - Method in DockerClient
VersionHelper - Class in org.jfrog.util.docker.utils
Created by matank on 26/10/2016.
VersionHelper(String, String) - Constructor in VersionHelper
volume() - Method in DockerClient
volume(boolean, String) - Method in DockerFileBuilder

W

withAttachStderr(boolean) - Method in DockerExec
withAttachStdin(boolean) - Method in DockerExec
withAttachStdout(boolean) - Method in DockerExec
withCredentials(DockerRegistry) - Method in DockerClient
withPrivileged(boolean) - Method in DockerExec
withPrivileges() - Method in StartConfig
Set container to run with porg.jfrog.qa.dockerges on docker server @return
withTag(String) - Method in DockerImage
Please use tag("tag") instead
workdir(boolean, String) - Method in DockerFileBuilder
workingDir(String) - Method in CreateConfig

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _