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
↓ 6 callers
Method
setFormat
Sets the format to build the container image as. Use {@link ImageFormat#Docker} for Docker V2.2 or {@link ImageFormat#OCI} for OCI. @param imageForma
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:486
↓ 6 callers
Method
setJibExtension
Sets the task's {@link JibExtension}. @param jibExtension the {@link JibExtension} @return this
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/JibTask.java:30
↓ 6 callers
Method
setLayerBlob
(Blob layerBlob)
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CachedLayer.java:54
↓ 6 callers
Method
setLayerSize
(long layerSize)
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CachedLayer.java:49
↓ 6 callers
Method
shutDown
Closes all connections and allocated resources, whether they are currently used or not. <p>If an I/O error occurs, shutdown attempts stop immediately
jib-core/src/main/java/com/google/cloud/tools/jib/http/FailoverHttpClient.java:192
↓ 6 callers
Method
stringToInputStreamUtf8
(String string)
jib-core/src/test/java/com/google/cloud/tools/jib/registry/ManifestPullerTest.java:55
↓ 6 callers
Method
validate
Validates parameters defined in this class that could not be done declaratively.
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:422
↓ 6 callers
Method
value
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/logging/Verbosity.java:33
↓ 6 callers
Method
verifyFiles
( Path projectRoot, String pomXml, String module, List<String> extraCliOptions,
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/skaffold/FilesMojoV2Test.java:43
↓ 6 callers
Method
verifyNextLogEvent
(Level level, String message)
jib-core/src/test/java/com/google/cloud/tools/jib/event/events/LogEventTest.java:55
↓ 6 callers
Method
withAdditionalTag
Adds an additional tag to tag the target image with. For example, the following would containerize to both {@code gcr.io/my-project/my-image:tag} and
jib-core/src/main/java/com/google/cloud/tools/jib/api/Containerizer.java:187
↓ 6 callers
Method
writeAsTarArchiveTo
Writes each entry in the filesystem to the tarball archive stream. @param out the stream to write to. @throws IOException if building the tarball fai
jib-core/src/main/java/com/google/cloud/tools/jib/tar/TarStreamBuilder.java:45
↓ 6 callers
Method
writeMetadata
Saves image metadata (a manifest list and a list of manifest/container configuration pairs) for an image reference. @param imageReference the image r
jib-core/src/main/java/com/google/cloud/tools/jib/cache/Cache.java:80
↓ 5 callers
Method
addFileEntriesLayer
Adds a layer (defined by a {@link FileEntriesLayer}). @param layer the {@link FileEntriesLayer} @return this
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:214
↓ 5 callers
Method
addManifest
Adds a manifest reference with the given {@link BlobDescriptor}. @param descriptor the manifest blob descriptor @param imageReferenceName the image r
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/OciIndexTemplate.java:86
↓ 5 callers
Method
addSnapshotDependencies
Adds snapshot dependency JARs to the image. Duplicate JAR filenames across all dependencies are renamed with the filesize in order to avoid collisions
jib-core/src/main/java/com/google/cloud/tools/jib/api/JavaContainerBuilder.java:329
↓ 5 callers
Method
assertFilesEqual
(Path file1, Path file2)
jib-core/src/test/java/com/google/cloud/tools/jib/filesystem/FileOperationsTest.java:59
↓ 5 callers
Method
assertGoodEnvironmentPattern
( String input, String expectedName, String expectedValue)
jib-core/src/test/java/com/google/cloud/tools/jib/image/json/JsonToImageTranslatorTest.java:178
↓ 5 callers
Method
assertThatExpectedImageDigestAndIdReturned
(Path projectRoot)
jib-gradle-plugin/src/integration-test/java/com/google/cloud/tools/jib/gradle/JibRunHelper.java:170
↓ 5 callers
Method
build
Creates a CachedLayer instance. @return a new cached layer
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CachedLayer.java:68
↓ 5 callers
Method
build
Create a new history entry. @return an new {@link HistoryEntry} instance
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/HistoryEntry.java:74
↓ 5 callers
Method
buildAndRun
Builds with {@code jib:build} on a project at {@code projectRoot} pushing to {@code imageReference} and run the image after pulling it.
jib-maven-plugin/src/integration-test/java/com/google/cloud/tools/jib/maven/BuildImageMojoIntegrationTest.java:143
↓ 5 callers
Method
call
Sends the request. @param httpMethod the HTTP request method @param url endpoint URL @param request the request to send @return the response to the s
jib-core/src/main/java/com/google/cloud/tools/jib/http/FailoverHttpClient.java:252
↓ 5 callers
Method
call
()
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/ObtainBaseImageLayerStep.java:103
↓ 5 callers
Method
checkJibVersion
Check that the actual version satisfies required Jib version range when specified. No check is performed if the provided Jib version is {@code null},
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/MojoCommon.java:159
↓ 5 callers
Method
checkJibVersion
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/skaffold/SkaffoldBindingMojo.java:33
↓ 5 callers
Method
checkNullOrNonNullEntries
Check if a collection is either null, empty or contains only non-null values. @param values the collection in question @param propertyName the equiva
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/Validator.java:133
↓ 5 callers
Method
compress
Gets a {@link Blob} that is {@code blob} compressed. Note that the output stream is closed when the blob is written. @param blob the {@link Blob} to
jib-core/src/test/java/com/google/cloud/tools/jib/cache/CacheTest.java:55
↓ 5 callers
Method
computeEntrypoint
Computes the entrypoint for a JAR or WAR. @param jvmFlags list of jvm flags @return list of {@link String} representing entrypoint @throws IOExceptio
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/ArtifactProcessor.java:43
↓ 5 callers
Method
configureBasicAuth
Configure basic authentication on this registry client.
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:268
↓ 5 callers
Method
countAndCallListener
(int written)
jib-core/src/main/java/com/google/cloud/tools/jib/http/NotifyingOutputStream.java:77
↓ 5 callers
Method
createLayers
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/jar/StandardExplodedProcessor.java:54
↓ 5 callers
Method
createTestLogger
(boolean enableTwoCursorUpJump)
jib-plugins-common/src/test/java/com/google/cloud/tools/jib/plugins/common/logging/AnsiLoggerWithFooterTest.java:278
↓ 5 callers
Method
defaultLayerEntry
(Path source, AbsoluteUnixPath destination)
jib-core/src/test/java/com/google/cloud/tools/jib/cache/LayerEntriesSelectorTest.java:42
↓ 5 callers
Method
dispatchProgress
Dispatches a {@link ProgressEvent} representing {@code progressUnits} of progress on the managed {@link #allocation}. @param progressUnits units of p
jib-core/src/main/java/com/google/cloud/tools/jib/builder/ProgressEventDispatcher.java:134
↓ 5 callers
Method
dispatchProgress
(Long progressUnits)
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/ThrottledProgressEventDispatcherWrapper.java:47
↓ 5 callers
Method
doPushBearerAuth
Attempts bearer authentication for pull and push. @return true if bearer authentication succeeded; false if the server expects basic authenticati
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:307
↓ 5 callers
Method
fetchBuiltImageForLocalBuild
( String osType, String architecture, EventHandlers eventHandlers)
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/StepsRunner.java:667
↓ 5 callers
Method
finishUpdateCheck
Returns the latest Jib version available if the check succeeded and the current version is outdated, or returns {@code Optional.empty()} if the check
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/UpdateChecker.java:144
↓ 5 callers
Method
fromBasicCredentials
Create an authentication from basic credentials. @param username the username @param secret the secret @return an {@link Authorization} with a {@code
jib-core/src/main/java/com/google/cloud/tools/jib/http/Authorization.java:39
↓ 5 callers
Method
fromPosixFilePermissions
Creates a new {@link FilePermissions} from a set of {@link PosixFilePermission}. @param posixFilePermissions the set of {@link PosixFilePermission} @
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/FilePermissions.java:85
↓ 5 callers
Method
generateTemplate
Verifies that the sync map task succeeded and returns the parsed json. @param project the project to run the task on @param moduleName the name of th
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/skaffold/SyncMapTaskTest.java:56
↓ 5 callers
Method
getAnnotations
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/BuildableManifestTemplate.java:91
↓ 5 callers
Method
getArchitecture
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/PlatformParameters.java:61
↓ 5 callers
Method
getArgs
Gets the configured main arguments. @return the configured main arguments
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:614
↓ 5 callers
Method
getArgs
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/ContainerParameters.java:169
↓ 5 callers
Method
getAuthDescriptor
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/AuthProperty.java:30
↓ 5 callers
Method
getCacheDirectory
Gets the cache directory. @return the cache directory
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CacheStorageFiles.java:74
↓ 5 callers
Method
getCachedDockerImage
(Cache cache, ImageDetails dockerImageDetails)
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/LocalBaseImageSteps.java:178
↓ 5 callers
Method
getClassFiles
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:67
↓ 5 callers
Method
getCmd
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/BuildFileSpec.java:211
↓ 5 callers
Method
getCommonImageConfiguration
()
jib-plugins-common/src/test/java/com/google/cloud/tools/jib/plugins/common/PluginConfigurationProcessorTest.java:1191
↓ 5 callers
Method
getConsoleOutput
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:260
↓ 5 callers
Method
getContentLength
Returns the content length from the header. @return the first {@code Content-Length} header, or {@code -1} if not found @throws NumberFormatException
jib-core/src/main/java/com/google/cloud/tools/jib/http/Response.java:61
↓ 5 callers
Method
getCreationTime
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ContainerConfiguration.java:371
↓ 5 callers
Method
getDefaultBaseImage
Gets the suitable value for the base image. If the raw base image parameter is null, returns {@code "jetty"} for WAR projects, or {@code "eclipse-temu
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/PluginConfigurationProcessor.java:769
↓ 5 callers
Method
getDigestPath
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/OutputPathsParameters.java:51
↓ 5 callers
Method
getDockerClientEnvironment
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:755
↓ 5 callers
Method
getEnablePlatformTags
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:450
↓ 5 callers
Method
getExecutablePath
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/DockerClientParameters.java:49
↓ 5 callers
Method
getExposedPorts
Gets the configured exposed ports. @return the configured exposed ports
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:628
↓ 5 callers
Method
getFormat
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/ContainerParameters.java:184
↓ 5 callers
Method
getHttpTimeout
()
jib-core/src/test/java/com/google/cloud/tools/jib/http/RequestWrapper.java:28
↓ 5 callers
Method
getHttpTimeout
()
jib-core/src/main/java/com/google/cloud/tools/jib/http/Request.java:122
↓ 5 callers
Method
getImageDirectory
Gets the directory corresponding to the given image reference. @param imageReference the image reference @return a path in the form of {@code (ji
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CacheStorageFiles.java:154
↓ 5 callers
Method
getImageId
Gets the digest of the container configuration built by Jib. @return the image ID
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainer.java:89
↓ 5 callers
Method
getImageId
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/ImageDetails.java:26
↓ 5 callers
Method
getImageIdPath
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/OutputPathsParameters.java:65
↓ 5 callers
Method
getInjectedPluginExtensions
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:385
↓ 5 callers
Method
getInterval
Gets the optional healthcheck interval. A missing command means that it will be inherited from the base image. @return the healthcheck interval
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/DockerHealthCheck.java:141
↓ 5 callers
Method
getLayerByName
(BuildContext buildContext, String name)
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/MavenProjectPropertiesTest.java:118
↓ 5 callers
Method
getLayerConfigurationByName
( BuildContext buildContext, String name)
jib-plugins-common/src/test/java/com/google/cloud/tools/jib/plugins/common/JavaContainerBuilderHelperTest.java:64
↓ 5 callers
Method
getLayerCount
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/ContainerConfigurationTemplate.java:401
↓ 5 callers
Method
getLayers
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/OciManifestTemplate.java:96
↓ 5 callers
Method
getManifestTemplate
Gets the manifest as a JSON template. The {@code containerConfigurationBlobDescriptor} must be the {@link BlobDescriptor} obtained by writing out the
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/ImageToJsonTranslator.java:190
↓ 5 callers
Method
getNextTimerEvent
Gets the next {@link TimerEvent} on the {@link #timerEventQueue}. @return the next {@link TimerEvent}
jib-core/src/test/java/com/google/cloud/tools/jib/builder/TimerEventDispatcherTest.java:162
↓ 5 callers
Method
getOs
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/PlatformParameters.java:45
↓ 5 callers
Method
getPasswordDescriptor
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/AuthProperty.java:34
↓ 5 callers
Method
getPluginExtensions
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:136
↓ 5 callers
Method
getProgramArguments
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:387
↓ 5 callers
Method
getProgress
Gets the overall progress, with {@code 1.0} meaning fully complete. @return the overall progress
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/ProgressEventHandler.java:51
↓ 5 callers
Method
getProject
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:393
↓ 5 callers
Method
getRetries
Gets the optional healthcheck retry count. A missing command means that it will be inherited from the base image. @return the healthcheck retry count
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/DockerHealthCheck.java:171
↓ 5 callers
Method
getSchemaVersion
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/V22ManifestListTemplate.java:75
↓ 5 callers
Method
getSrc
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/CopySpec.java:83
↓ 5 callers
Method
getStartPeriod
Gets the optional healthcheck start period. A missing command means that it will be inherited from the base image. @return the healthcheck start peri
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/DockerHealthCheck.java:161
↓ 5 callers
Method
getTags
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ImageMetadataOutput.java:100
↓ 5 callers
Method
getTimeout
Gets the optional healthcheck timeout. A missing command means that it will be inherited from the base image. @return the healthcheck timeout
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/DockerHealthCheck.java:151
↓ 5 callers
Method
getTimer
Gets the timer this event is for. @return the timer
jib-core/src/main/java/com/google/cloud/tools/jib/event/events/TimerEvent.java:103
↓ 5 callers
Method
getToolName
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:479
↓ 5 callers
Method
getUnfinishedLeafTasks
Gets a list of the unfinished "leaf" tasks in the order in which those tasks were encountered. @return a list of unfinished "leaf" tasks
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/ProgressEventHandler.java:61
↓ 5 callers
Method
getUser
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:417
↓ 5 callers
Method
getUser
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ContainerConfiguration.java:400
↓ 5 callers
Method
getUserAgent
()
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:598
↓ 5 callers
Method
getUsernameDescriptor
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/AuthProperty.java:32
↓ 5 callers
Method
getWarArtifact
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/MavenProjectProperties.java:489
↓ 5 callers
Method
getWorkingDirectory
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ContainerConfiguration.java:410
↓ 5 callers
Method
getWorkingDirectory
(String imageReference)
jib-maven-plugin/src/integration-test/java/com/google/cloud/tools/jib/maven/BuildImageMojoIntegrationTest.java:312
↓ 5 callers
Method
getWorkingDirectory
(String imageReference)
jib-gradle-plugin/src/integration-test/java/com/google/cloud/tools/jib/gradle/SingleProjectIntegrationTest.java:71
↓ 5 callers
Method
init
Creates a new {@link DefaultCredentialRetrievers} with a given {@link CredentialRetrieverFactory}. @param credentialRetrieverFactory the {@link Crede
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/DefaultCredentialRetrievers.java:86
← previous
next →
601–700 of 4,110, ranked by callers