Skip navigation links
B C D E F G I J L M O P R S T W 

B

BuildDockerMojo - Class in com.google.cloud.tools.jib.maven
Builds a container image and exports to the default Docker daemon.
BuildDockerMojo() - Constructor for class com.google.cloud.tools.jib.maven.BuildDockerMojo
 
BuildImageMojo - Class in com.google.cloud.tools.jib.maven
Builds a container image.
BuildImageMojo() - Constructor for class com.google.cloud.tools.jib.maven.BuildImageMojo
 
BuildTarMojo - Class in com.google.cloud.tools.jib.maven
Builds a container image and exports to disk at the configured location (${project.build.directory}/jib-image.tar by default).
BuildTarMojo() - Constructor for class com.google.cloud.tools.jib.maven.BuildTarMojo
 

C

checkJibVersion() - Method in class com.google.cloud.tools.jib.maven.JibPluginConfiguration
 
checkJibVersion(PluginDescriptor) - Static method in class com.google.cloud.tools.jib.maven.MojoCommon
Check that the actual version satisfies required Jib version range when specified.
CheckJibVersionMojo - Class in com.google.cloud.tools.jib.maven.skaffold
This internal Skaffold-related goal checks that the Jib plugin version is within some specified range.
CheckJibVersionMojo() - Constructor for class com.google.cloud.tools.jib.maven.skaffold.CheckJibVersionMojo
 
com.google.cloud.tools.jib.maven - package com.google.cloud.tools.jib.maven
 
com.google.cloud.tools.jib.maven.skaffold - package com.google.cloud.tools.jib.maven.skaffold
 
configureEventHandlers(Containerizer) - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
ContainerParameters() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.ContainerParameters
 
createJibContainerBuilder(JavaContainerBuilder, ContainerizingMode) - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 

D

descriptor - Variable in class com.google.cloud.tools.jib.maven.JibPluginConfiguration
 
DockerClientParameters() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.DockerClientParameters
 

E

execute() - Method in class com.google.cloud.tools.jib.maven.BuildDockerMojo
 
execute() - Method in class com.google.cloud.tools.jib.maven.BuildImageMojo
 
execute() - Method in class com.google.cloud.tools.jib.maven.BuildTarMojo
 
execute() - Method in class com.google.cloud.tools.jib.maven.skaffold.CheckJibVersionMojo
 
execute() - Method in class com.google.cloud.tools.jib.maven.skaffold.FilesMojo
 
execute() - Method in class com.google.cloud.tools.jib.maven.skaffold.FilesMojoV2
 
execute() - Method in class com.google.cloud.tools.jib.maven.skaffold.PackageGoalsMojo
 
execute() - Method in class com.google.cloud.tools.jib.maven.skaffold.SkaffoldInitMojo
 
ExtraDirectoriesParameters() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.ExtraDirectoriesParameters
 
ExtraDirectoryParameters() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.ExtraDirectoryParameters
Deprecated.
 

F

FilesMojo - Class in com.google.cloud.tools.jib.maven.skaffold
Print out changing source dependencies on a module.
FilesMojo() - Constructor for class com.google.cloud.tools.jib.maven.skaffold.FilesMojo
 
FilesMojoV2 - Class in com.google.cloud.tools.jib.maven.skaffold
Print out changing source dependencies on a module.
FilesMojoV2() - Constructor for class com.google.cloud.tools.jib.maven.skaffold.FilesMojoV2
 
FromAuthConfiguration() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.FromAuthConfiguration
 
FromConfiguration() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.FromConfiguration
 

G

getClassFiles() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
getContainerizingMode() - Method in class com.google.cloud.tools.jib.maven.JibPluginConfiguration
 
getDefaultCacheDirectory() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
getJarPluginName() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
getMainClassFromJar() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
getMajorJavaVersion() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
getName() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
getOutputDirectory() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
getPaths() - Method in class com.google.cloud.tools.jib.maven.JibPluginConfiguration.ExtraDirectoriesParameters
 
getPaths() - Method in class com.google.cloud.tools.jib.maven.JibPluginConfiguration.ExtraDirectoryParameters
Deprecated.
getPluginName() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
getProject() - Method in class com.google.cloud.tools.jib.maven.JibPluginConfiguration
 
getProperty(String, MavenProject, MavenSession) - Static method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
Gets a system property with the given name.
getTargetImage() - Method in class com.google.cloud.tools.jib.maven.JibPluginConfiguration
Gets the target image reference.
getToolName() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
getVersion() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 

I

isOffline() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
isWarProject() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
Gets whether or not the given project is a war project.

J

JibPluginConfiguration - Class in com.google.cloud.tools.jib.maven
Defines the configuration parameters for Jib.
JibPluginConfiguration() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration
 
JibPluginConfiguration.ContainerParameters - Class in com.google.cloud.tools.jib.maven
Configuration for container parameter.
JibPluginConfiguration.DockerClientParameters - Class in com.google.cloud.tools.jib.maven
Configuration for the dockerClient parameter.
JibPluginConfiguration.ExtraDirectoriesParameters - Class in com.google.cloud.tools.jib.maven
Configuration for the extraDirectories parameter.
JibPluginConfiguration.ExtraDirectoryParameters - Class in com.google.cloud.tools.jib.maven
Deprecated.
JibPluginConfiguration.FromAuthConfiguration - Class in com.google.cloud.tools.jib.maven
Used to configure from.auth parameters.
JibPluginConfiguration.FromConfiguration - Class in com.google.cloud.tools.jib.maven
Configuration for from parameter,
JibPluginConfiguration.OutputPathsParameters - Class in com.google.cloud.tools.jib.maven
 
JibPluginConfiguration.PermissionConfiguration - Class in com.google.cloud.tools.jib.maven
Used to configure extraDirectories.permissions parameter.
JibPluginConfiguration.ToAuthConfiguration - Class in com.google.cloud.tools.jib.maven
Used to configure to.auth parameters.
JibPluginConfiguration.ToConfiguration - Class in com.google.cloud.tools.jib.maven
Configuration for to parameter, where image is required.

L

log(LogEvent) - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 

M

MavenProjectProperties - Class in com.google.cloud.tools.jib.maven
Obtains information about a MavenProject.
MojoCommon - Class in com.google.cloud.tools.jib.maven
Collection of common methods to share between Maven goals.

O

OutputPathsParameters() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.OutputPathsParameters
 

P

PackageGoalsMojo - Class in com.google.cloud.tools.jib.maven.skaffold
Print out all jib goals tied to the package phase.
PackageGoalsMojo() - Constructor for class com.google.cloud.tools.jib.maven.skaffold.PackageGoalsMojo
 
PermissionConfiguration() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.PermissionConfiguration
 
PLUGIN_KEY - Static variable in class com.google.cloud.tools.jib.maven.MavenProjectProperties
Used to identify this plugin when interacting with the maven system.
PLUGIN_NAME - Static variable in class com.google.cloud.tools.jib.maven.MavenProjectProperties
Used for logging during main class inference and analysis of user configuration.

R

REQUIRED_VERSION_PROPERTY_NAME - Static variable in class com.google.cloud.tools.jib.maven.MojoCommon
Describes a minimum required version or version range for Jib.

S

set(File) - Method in class com.google.cloud.tools.jib.maven.JibPluginConfiguration.ExtraDirectoryParameters
Deprecated.
set(String) - Method in class com.google.cloud.tools.jib.maven.JibPluginConfiguration.ToConfiguration
 
settingsDecrypter - Variable in class com.google.cloud.tools.jib.maven.JibPluginConfiguration
 
SkaffoldInitMojo - Class in com.google.cloud.tools.jib.maven.skaffold
Prints out to.image configuration and project name, used for Jib project detection in Skaffold.
SkaffoldInitMojo() - Constructor for class com.google.cloud.tools.jib.maven.skaffold.SkaffoldInitMojo
 

T

ToAuthConfiguration() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.ToAuthConfiguration
 
ToConfiguration() - Constructor for class com.google.cloud.tools.jib.maven.JibPluginConfiguration.ToConfiguration
 

W

waitForLoggingThread() - Method in class com.google.cloud.tools.jib.maven.MavenProjectProperties
 
B C D E F G I J L M O P R S T W 
Skip navigation links