Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleContainerTools/jib
/ functions
Functions
4,110 in github.com/GoogleContainerTools/jib
⨍
Functions
4,110
◇
Types & classes
720
↓ 29 callers
Method
build
(String... gradleArguments)
jib-cli/src/integration-test/java/com/google/cloud/tools/jib/cli/TestProject.java:75
↓ 29 callers
Method
getDigest
()
jib-core/src/main/java/com/google/cloud/tools/jib/blob/BlobDescriptor.java:47
↓ 29 callers
Method
getEntrypoint
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:472
↓ 29 callers
Method
getLayers
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:482
↓ 29 callers
Method
getManifestsAndConfigs
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/ImageMetadataTemplate.java:57
↓ 29 callers
Method
hasSize
()
jib-core/src/main/java/com/google/cloud/tools/jib/blob/BlobDescriptor.java:43
↓ 28 callers
Method
createFile
(Path root, String filename, String content, long modificationTime)
jib-core/src/test/java/com/google/cloud/tools/jib/image/ReproducibleLayerBuilderTest.java:492
↓ 28 callers
Method
getMajorJavaVersion
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:89
↓ 28 callers
Method
getProjectRoot
()
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/TestProject.java:100
↓ 28 callers
Method
handleResponse
Handles the response specific to the registry action.
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointProvider.java:55
↓ 27 callers
Method
newChild
Creates a new child {@link Allocation} (sub-allocation). @param description user-facing description of what the sub-allocation represents @param allo
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/Allocation.java:81
↓ 26 callers
Method
get
Sends the request with method GET. @param url endpoint URL @param request the request to send @return the response to the sent request @throws IOExce
jib-core/src/main/java/com/google/cloud/tools/jib/http/FailoverHttpClient.java:215
↓ 26 callers
Method
getCreationTime
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:116
↓ 26 callers
Method
getName
Gets the name. @return the name
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/FileEntriesLayer.java:366
↓ 26 callers
Method
writeTo
Writes the BLOB to an {@link OutputStream}. Does not close the {@code outputStream}. @param outputStream the {@link OutputStream} to write to @return
jib-core/src/main/java/com/google/cloud/tools/jib/blob/Blob.java:32
↓ 25 callers
Method
factory
Creates a new {@link Factory} for building a {@link RegistryClient}. @param eventHandlers the event handlers used for dispatching log events @param s
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:122
↓ 25 callers
Method
getTo
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/JibExtension.java:177
↓ 25 callers
Method
named
Sets the name of the image. This is the name that shows up when the tar is loaded by the Docker daemon. @param imageReference the image reference @re
jib-core/src/main/java/com/google/cloud/tools/jib/api/TarImage.java:60
↓ 25 callers
Method
udp
Create a new {@link Port} with UDP protocol. @param port the port number @return the new {@link Port}
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/Port.java:45
↓ 24 callers
Method
checkBlob
Check if a blob is on the registry. @param blobDigest the blob digest to check for @return the BLOB's {@link BlobDescriptor} if the BLOB exists on th
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:471
↓ 24 callers
Method
find
Tries to find classes with valid main methods (see class javadoc) in {@code files}. @param files the files to search @param logger a {@link Consumer}
jib-core/src/main/java/com/google/cloud/tools/jib/api/MainClassFinder.java:205
↓ 24 callers
Method
newArtifact
(Path sourceJar)
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/MavenProjectPropertiesTest.java:151
↓ 24 callers
Method
parseListProperty
Parses a comma-separated string into a list. Ignores commas escaped with "\". @param property the comma-separated string @return the list of parsed v
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ConfigurationPropertyValidator.java:159
↓ 24 callers
Method
setEntrypoint
Sets the entrypoint of the image. @param entrypoint the list of entrypoint tokens @return this
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:129
↓ 23 callers
Method
fakeRequest
(Integer httpTimeout)
jib-core/src/test/java/com/google/cloud/tools/jib/http/FailoverHttpClientTest.java:488
↓ 23 callers
Method
getBaseImage
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:424
↓ 23 callers
Method
getContent
Returns the {@link BlobHttpContent} to send as the request body.
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointProvider.java:48
↓ 23 callers
Method
getFile
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:129
↓ 23 callers
Method
log
Logs {@code message} to the console at {@link Level#LIFECYCLE}. @param logLevel the log level for the {@code message} @param message the message
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/logging/ConsoleLogger.java:32
↓ 22 callers
Method
builder
Constructs a builder for a {@link ContainerConfiguration}. @return the builder
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ContainerConfiguration.java:329
↓ 22 callers
Method
getContainerConfiguration
Returns the content descriptor of the container configuration. @return the content descriptor of the container configuration
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/BuildableManifestTemplate.java:115
↓ 22 callers
Method
getExtractionPath
Gets the extraction path. @return the extraction path
jib-core/src/main/java/com/google/cloud/tools/jib/api/LayerEntry.java:103
↓ 22 callers
Method
info
Gets docker info details of local docker installation. @return docker info details. @throws IOException if an I/O exception occurs or {@code docker i
jib-core/src/main/java/com/google/cloud/tools/jib/api/DockerClient.java:80
↓ 21 callers
Method
areProxyPropertiesSet
Check if any proxy system properties are already set for a given protocol. Note, <code> nonProxyHosts</code> is excluded as it can only be set with <c
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/MavenSettingsProxyProvider.java:107
↓ 21 callers
Method
from
Creates a new {@link JavaContainerBuilder} with the specified base image reference. The type of base image can be specified using a prefix; see {@link
jib-core/src/main/java/com/google/cloud/tools/jib/api/JavaContainerBuilder.java:147
↓ 21 callers
Method
getAllocation
Gets the {@link Allocation} this progress event accounts for. @return the {@link Allocation}
jib-core/src/main/java/com/google/cloud/tools/jib/event/events/ProgressEvent.java:49
↓ 21 callers
Method
getChildValue
(@Nullable Xpp3Dom dom, String... childNodePath)
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/MavenProjectProperties.java:207
↓ 21 callers
Method
getEndpoint
()
jib-core/src/test/java/com/google/cloud/tools/jib/http/TestWebServer.java:92
↓ 21 callers
Method
getName
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:85
↓ 21 callers
Method
getProject
()
jib-gradle-plugin-extension-api/src/main/java/com/google/cloud/tools/jib/gradle/extension/GradleData.java:24
↓ 21 callers
Method
getRegistry
Gets the registry portion of the {@link ImageReference}. @return the registry host
jib-core/src/main/java/com/google/cloud/tools/jib/api/ImageReference.java:287
↓ 21 callers
Method
isWarProject
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:83
↓ 21 callers
Method
named
Instantiate with the image reference to tag the built image with. This is the name that shows up on the Docker daemon. @param imageReference the imag
jib-core/src/main/java/com/google/cloud/tools/jib/api/DockerDaemonImage.java:34
↓ 21 callers
Method
setAllowInsecureRegistries
Sets whether or not to allow communication over HTTP/insecure HTTPS. @param allowInsecureRegistries if {@code true}, insecure connections will be all
jib-core/src/main/java/com/google/cloud/tools/jib/api/Containerizer.java:268
↓ 20 callers
Method
addXpp3DomChild
(Xpp3Dom parent, String name, String value)
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/MavenProjectPropertiesTest.java:169
↓ 20 callers
Method
checkNullOrNonNullNonEmptyEntries
Check if a collection is either null, empty or contains only non-null, non-empty values. @param values the collection in question @param propertyName
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/Validator.java:84
↓ 20 callers
Method
copy
Copies {@code sourceFiles} to the {@code destDir} directory. @param sourceFiles the list of source files. @param destDir the directory to copy the fi
jib-core/src/main/java/com/google/cloud/tools/jib/filesystem/FileOperations.java:35
↓ 20 callers
Method
execute
(ExtensionDefinedFooConfig instance)
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/GradleProjectPropertiesExtensionTest.java:157
↓ 20 callers
Method
getBuild
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/SkaffoldFilesOutput.java:118
↓ 20 callers
Method
getLabels
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:98
↓ 20 callers
Method
getManifestList
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/ImageMetadataTemplate.java:52
↓ 20 callers
Method
getMode
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/Jar.java:154
↓ 20 callers
Method
getType
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/LayerObject.java:35
↓ 20 callers
Method
log
(Level logLevel, String message)
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/logging/AnsiLoggerWithFooter.java:110
↓ 19 callers
Method
error
(String message)
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:51
↓ 19 callers
Method
getAppRoot
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:94
↓ 19 callers
Method
getFractionOfRoot
Gets how much of the root allocation each of the allocation units of this allocation accounts for. The entire root allocation is {@code 1.0}. @return
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/Allocation.java:121
↓ 19 callers
Method
getLayers
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/V22ManifestTemplate.java:98
↓ 19 callers
Method
newHttpClient
(boolean insecure, boolean authOverHttp)
jib-core/src/test/java/com/google/cloud/tools/jib/http/FailoverHttpClientTest.java:472
↓ 19 callers
Method
setUser
Sets the user/group to run the container as. @param user the username/UID and optionally the groupname/GID @return this
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:140
↓ 18 callers
Method
build
()
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/PreparedLayer.java:58
↓ 18 callers
Method
builder
Creates a builder for a {@link HistoryEntry}. @return the builder
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/HistoryEntry.java:91
↓ 18 callers
Method
getAllocationUnits
Gets the allocation units this allocation holds. If this allocation is not the root, the full number of units represents 1 allocation unit of the pare
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/Allocation.java:111
↓ 18 callers
Method
getBlob
Returns this layer's contents. @return the layer's content BLOB @throws LayerPropertyNotFoundException if not available
jib-core/src/main/java/com/google/cloud/tools/jib/image/Layer.java:60
↓ 18 callers
Method
getImageName
()
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointRequestProperties.java:56
↓ 18 callers
Method
getProgramArguments
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:88
↓ 18 callers
Method
isStacktrace
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:264
↓ 18 callers
Method
now
(RoutingContext context)
examples/vertx/src/main/java/example/vertx/MainVerticle.java:47
↓ 18 callers
Method
processCommonConfiguration
()
jib-plugins-common/src/test/java/com/google/cloud/tools/jib/plugins/common/PluginConfigurationProcessorTest.java:1204
↓ 18 callers
Method
readConfig
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/globalconfig/GlobalConfig.java:38
↓ 18 callers
Method
retrieveMetadata
Retrieves the cached image metadata (a manifest list and a list of manifest/container configuration pairs) for an image reference. @param imageRefere
jib-core/src/main/java/com/google/cloud/tools/jib/cache/Cache.java:191
↓ 18 callers
Method
setName
Sets a name for this layer. This name does not affect the contents of the layer. @param name the name @return this
jib-core/src/main/java/com/google/cloud/tools/jib/api/LayerConfiguration.java:55
↓ 17 callers
Method
addLayer
Adds a layer to the manifest. @param size the size of the layer. @param digest the layer descriptor digest.
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/BuildableManifestTemplate.java:139
↓ 17 callers
Method
checkNotNullAndNotEmpty
Checks if string is non null and non empty. @param value the string in question @param propertyName the equivalent 'yaml' property name @throws NullP
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/Validator.java:40
↓ 17 callers
Method
equals
(Object other)
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/PlatformParameters.java:77
↓ 17 callers
Method
getContainerConfiguration
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/V22ManifestTemplate.java:92
↓ 17 callers
Method
getImageRegistry
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ImageConfiguration.java:133
↓ 17 callers
Method
getManifests
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/OciIndexTemplate.java:104
↓ 17 callers
Method
getResource
(String path)
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/GradleProjectPropertiesTest.java:120
↓ 17 callers
Method
push
Add a new layer to the file properties stack. When adding a new layer, it is given highest priority when resolving properties. All values are recalcul
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/FilePropertiesStack.java:57
↓ 17 callers
Method
setCreationTimestamp
(Instant creationTimestamp)
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/HistoryEntry.java:44
↓ 17 callers
Method
setEnvironment
Sets the container environment. These environment variables are available to the program launched by the container entrypoint command. This replaces a
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:347
↓ 17 callers
Method
toUtf8String
(JsonTemplate template)
jib-core/src/main/java/com/google/cloud/tools/jib/json/JsonTemplateMapper.java:153
↓ 17 callers
Method
writeToString
Writes the BLOB to a string with UTF-8 decoding. @param blob the BLOB to write @return the BLOB contents as a string @throws IOException if writing o
jib-core/src/main/java/com/google/cloud/tools/jib/blob/Blobs.java:63
↓ 16 callers
Method
from
Converts a string representation of ContainerizingMode to Enum. It requires an all lowercase string that matches the enum value exactly. @param rawMo
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ContainerizingMode.java:42
↓ 16 callers
Method
fromAuthenticationMethod
Instantiates from parsing a {@code WWW-Authenticate} header. @param authenticationMethod the {@code WWW-Authenticate} header value @param registryEnd
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryAuthenticator.java:69
↓ 16 callers
Method
getContainerizingMode
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:126
↓ 16 callers
Method
getExpandClasspathDependencies
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:86
↓ 16 callers
Method
getExtractionPaths
Gets the extraction paths in the specified layer of a give {@link BuildContext}.
jib-core/src/test/java/com/google/cloud/tools/jib/api/JavaContainerBuilderTest.java:43
↓ 16 callers
Method
getFiles
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/FileLayerSpec.java:70
↓ 16 callers
Method
getHistory
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:426
↓ 16 callers
Method
getOwnership
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/FilePropertiesStack.java:102
↓ 16 callers
Method
getResource
(String path)
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/MavenProjectPropertiesTest.java:125
↓ 16 callers
Method
getUnfinishedLeafTasks
()
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/AllocationCompletionTracker.java:163
↓ 16 callers
Method
getUnits
Gets the units of progress this progress event accounts for in the associated {@link Allocation}. @return units of allocation
jib-core/src/main/java/com/google/cloud/tools/jib/event/events/ProgressEvent.java:59
↓ 16 callers
Method
getVolumes
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:100
↓ 16 callers
Method
newDirectory
Creates a new temporary directory. @return the path to the temporary directory @throws IOException if creating the directory fails
jib-core/src/main/java/com/google/cloud/tools/jib/filesystem/TempDirectoryProvider.java:40
↓ 16 callers
Method
shutDownAndAwaitTermination
Shuts down the {@link #executorService} and waits for it to terminate. @param timeout timeout to wait. The method may call {@link ExecutorService#awa
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/logging/SingleThreadedExecutor.java:43
↓ 16 callers
Method
toString
Stringifies the port with protocol, in the form {@code <port>/<protocol>}. For example: {@code 1337/TCP}. @return the string form of the port with pr
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/Port.java:111
↓ 15 callers
Method
addReason
Builds an entry to the error reasons from an {@link ErrorEntryTemplate}. @param errorEntry the {@link ErrorEntryTemplate} to add
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryErrorExceptionBuilder.java:84
← previous
next →
101–200 of 4,110, ranked by callers