MCPcopy Create free account

hub / github.com/GoogleContainerTools/jib / functions

Functions4,110 in github.com/GoogleContainerTools/jib

↓ 7 callersMethodgetEnvironmentMap
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ContainerConfiguration.java:385
↓ 7 callersMethodgetErrorCode
Extract an {@link ErrorCodes} response from the error object encoded in an {@link HttpResponseException}. @param responseException the response excep
jib-core/src/main/java/com/google/cloud/tools/jib/registry/ErrorResponseUtil.java:39
↓ 7 callersMethodgetHttpResponseException
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/RegistryUnauthorizedException.java:46
↓ 7 callersMethodgetHttpTransport
(boolean secureTransport)
jib-core/src/main/java/com/google/cloud/tools/jib/http/FailoverHttpClient.java:375
↓ 7 callersMethodgetIgnore
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/SkaffoldFilesOutput.java:128
↓ 7 callersMethodgetImageJsonOutputPath
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:134
↓ 7 callersMethodgetInputs
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/SkaffoldFilesOutput.java:123
↓ 7 callersMethodgetInto
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:53
↓ 7 callersMethodgetInvalidCreationTime
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/InvalidCreationTimeException.java:32
↓ 7 callersMethodgetInvalidFilesModificationTime
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/InvalidFilesModificationTimeException.java:32
↓ 7 callersMethodgetInvalidVolume
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/InvalidContainerVolumeException.java:32
↓ 7 callersMethodgetLayers
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:422
↓ 7 callersMethodgetMode
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:133
↓ 7 callersMethodgetOs
Returns the operating system for which this container was built. See the <a href="https://github.com/opencontainers/image-spec/blob/master/config.md#p
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/ContainerConfigurationTemplate.java:328
↓ 7 callersMethodgetPath
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/TarImage.java:77
↓ 7 callersMethodgetPermissions
Gets the file permissions on the container. @return the file permissions on the container
jib-core/src/main/java/com/google/cloud/tools/jib/api/LayerEntry.java:112
↓ 7 callersMethodgetTargetImageCredentialHelperConfig
Gets the target image credential helper configuration. @return configuration for the target image credential helper
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:488
↓ 7 callersMethodgetTemplateParameters
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/Build.java:96
↓ 7 callersMethodgetTemporaryDirectory
Gets the directory to store temporary files. @return the directory for temporary files
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CacheStorageFiles.java:173
↓ 7 callersMethodgetTestImageReference
(String label)
jib-maven-plugin/src/integration-test/java/com/google/cloud/tools/jib/maven/BuildImageMojoIntegrationTest.java:90
↓ 7 callersMethodisOAuth2Auth
(@Nullable Credential credential)
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryAuthenticator.java:227
↓ 7 callersMethodisOAuth2RefreshToken
Check whether this credential is an OAuth 2.0 refresh token. @return true if this credential is an OAuth 2.0 refresh token.
jib-core/src/main/java/com/google/cloud/tools/jib/api/Credential.java:69
↓ 7 callersMethodisScratch
Returns {@code true} if the {@link ImageReference} is a scratch image; {@code false} if not. @return {@code true} if the {@link ImageReference} is a
jib-core/src/main/java/com/google/cloud/tools/jib/api/ImageReference.java:345
↓ 7 callersMethodmoveIfDoesNotExist
Attempts to move {@code source} to {@code destination}. If {@code destination} already exists, this does nothing. Attempts an atomic move first, and f
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CacheStorageWriter.java:116
↓ 7 callersMethodnewSettings
Create a new {@link Settings} for testing purposes. @param settingsFile absolute path to settings.xml @return {@link Settings} built from settingsFil
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/SettingsFixture.java:44
↓ 7 callersMethodpop
Remove the last layer from the stack. All values are recalculated.
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/FilePropertiesStack.java:65
↓ 7 callersMethodpullAndRunBuiltImage
Pulls a built image and attempts to run it. Also verifies the container configuration and history of the built image. @param imageReference the image
jib-maven-plugin/src/integration-test/java/com/google/cloud/tools/jib/maven/BuildImageMojoIntegrationTest.java:263
↓ 7 callersMethodpushBlob
Pushes the BLOB. If the {@code sourceRepository} is provided then the remote registry may skip if the BLOB already exists on the registry. @param blo
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:523
↓ 7 callersMethodread
()
jib-core/src/test/java/com/google/cloud/tools/jib/docker/CliDockerClientTest.java:140
↓ 7 callersMethodreadDigestFile
(Path digestPath)
jib-maven-plugin/src/integration-test/java/com/google/cloud/tools/jib/maven/BuildImageMojoIntegrationTest.java:95
↓ 7 callersMethodsetApplicationLayersCache
Sets the directory to use for caching application layers. This cache can be shared between multiple images. If not set, a temporary directory will be
jib-core/src/main/java/com/google/cloud/tools/jib/api/Containerizer.java:227
↓ 7 callersMethodsetComment
(String comment)
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/HistoryEntry.java:59
↓ 7 callersMethodsetCreationTime
Sets the container image creation time. The default is {@link Instant#EPOCH}. @param creationTime the container image creation time @return this
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:498
↓ 7 callersMethodsetCredentialRetrievers
Sets the providers for registry credentials. The order determines the priority in which the retrieval methods are attempted. @param credentialRetriev
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ImageConfiguration.java:48
↓ 7 callersMethodsetExecutorService
Sets the {@link ExecutorService} Jib executes on. Jib, by default, uses {@link Executors#newCachedThreadPool}. @param executorService the {@link Exec
jib-core/src/main/java/com/google/cloud/tools/jib/api/Containerizer.java:200
↓ 7 callersMethodsetFileEntriesLayers
Sets the layers (defined by a list of {@link FileEntriesLayer}s). This replaces any previously-added layers. @param layers the list of {@link FileEnt
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:243
↓ 7 callersMethodsetImage
(String image)
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/BaseImageParameters.java:89
↓ 7 callersMethodsetLayerDiffId
(DescriptorDigest layerDiffId)
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CachedLayer.java:44
↓ 7 callersMethodtoJibContainerBuilder
Read a buildfile from disk and generate a JibContainerBuilder instance. All parsing of files considers the directory the buildfile is located in as th
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/BuildFiles.java:73
↓ 7 callersMethodtoJibContainerBuilder
Generates a {@link JibContainerBuilder} from contents of a jar file. @param processor jar processor @param jarOptions jar cli options @param commonCl
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/jar/JarFiles.java:51
↓ 7 callersMethodtoString
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/HistoryEntry.java:169
↓ 7 callersMethodverifyWarnings
(String... logs)
jib-core/src/test/java/com/google/cloud/tools/jib/http/FailoverHttpClientTest.java:524
↓ 7 callersMethodwriter
Returns a new Writer. @param location the upload URL @param writtenByteCountListener the listener for {@link Blob} push progress (written bytes) @ret
jib-core/src/main/java/com/google/cloud/tools/jib/registry/BlobPusher.java:244
↓ 6 callersMethodaddEnvironmentVariable
Adds an environment variable with a given name and value. @param name the name of the variable @param value the value to set it to @return this
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:118
↓ 6 callersMethodaddExposedPorts
Adds items to the "ExposedPorts" field in the container configuration. @param exposedPorts the exposed ports to add @return this
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:174
↓ 6 callersMethodaddInput
Adds an input file/directory. @param inputFile the path to the file/directory
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/SkaffoldFilesOutput.java:105
↓ 6 callersMethodaddResources
Adds the contents of a resources directory to the image. @param resourceFilesDirectory the directory containing the project's resources @return this
jib-core/src/main/java/com/google/cloud/tools/jib/api/JavaContainerBuilder.java:396
↓ 6 callersMethodaddVolumes
Adds items to the "Volumes" field in the container configuration. @param volumes the directories to create volumes @return this
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:187
↓ 6 callersMethodartifactPathOnDisk
(String group, String artifact, String version)
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/TestRepository.java:78
↓ 6 callersMethodauthPullByWwwAuthenticate
Configure basic authentication or attempts bearer authentication for pulling based on the specified authentication method in a server response. @para
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:388
↓ 6 callersMethodclose
()
jib-core/src/main/java/com/google/cloud/tools/jib/filesystem/TempDirectoryProvider.java:59
↓ 6 callersMethodcompress
(Blob blob)
jib-core/src/test/java/com/google/cloud/tools/jib/cache/CacheStorageWriterTest.java:72
↓ 6 callersMethodcreateBasicTestBuilder
()
jib-core/src/test/java/com/google/cloud/tools/jib/configuration/BuildContextTest.java:61
↓ 6 callersMethodfrom
Create a caches helper for cli cache locations. @param commonCliOptions cli options for user configured cache directories @param contextRoot the cont
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CacheDirectories.java:48
↓ 6 callersMethodfromCommand
Creates a new {@link DockerHealthCheck.Builder} with the specified command. @param command the command @return a new {@link DockerHealthCheck.Builder
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/DockerHealthCheck.java:99
↓ 6 callersMethodfromImage
Gets a {@link BuildResult} from an {@link Image}. @param image the image @param targetFormat the target format of the image @return a new {@link Buil
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/BuildResult.java:39
↓ 6 callersMethodfromMillisOrIso8601
Parses a time string into Instant. The string must be time in milliseconds since unix epoch or an iso8601 datetime. @param time in milliseconds since
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/Instants.java:37
↓ 6 callersMethodgetArchitectureName
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:46
↓ 6 callersMethodgetBaseImageLayersCacheDirectory
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/Containerizer.java:354
↓ 6 callersMethodgetBuildFile
Returns a user configured Path to a buildfile and if none is configured returns jib.yaml in {@link #contextRoot}. @return a path to a buildfile
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/Build.java:88
↓ 6 callersMethodgetContainerConfiguration
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/OciManifestTemplate.java:90
↓ 6 callersMethodgetCreationTime
(String imageReference)
jib-maven-plugin/src/integration-test/java/com/google/cloud/tools/jib/maven/BuildImageMojoIntegrationTest.java:305
↓ 6 callersMethodgetDigestFromFilename
Gets the diff ID portion of the layer filename. @param layerFile the layer file to parse for the diff ID @return the diff ID portion of the layer fil
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CacheStorageFiles.java:58
↓ 6 callersMethodgetDigestsForPlatform
Returns a list of digests for a specific platform found in the manifest list. see <a>https://docs.docker.com/registry/spec/manifest-v2-2/#manifest-lis
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/ManifestListTemplate.java:37
↓ 6 callersMethodgetDirect
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/SkaffoldSyncMapTemplate.java:145
↓ 6 callersMethodgetDockerClientExecutable
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:746
↓ 6 callersMethodgetDockerEnvironment
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:124
↓ 6 callersMethodgetDuration
Gets the duration since the last {@link TimerEvent} for this timer. @return the duration since the last {@link TimerEvent} for this timer.
jib-core/src/main/java/com/google/cloud/tools/jib/event/events/TimerEvent.java:112
↓ 6 callersMethodgetEntrypoint
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:382
↓ 6 callersMethodgetExtraDirectoryPermissions
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:120
↓ 6 callersMethodgetFormat
Gets the configured container image format. @return the configured container image format
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:680
↓ 6 callersMethodgetImageCredential
Gets a {@link Credential} from a username and password. First tries system properties, then tries build configuration, otherwise returns null. @param
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ConfigurationPropertyValidator.java:53
↓ 6 callersMethodgetInvalidReference
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/InvalidImageReferenceException.java:29
↓ 6 callersMethodgetLayerFile
Resolves the layer contents file. @param layerDigest the layer digest @param layerDiffId the layer diff Id @return the layer contents file
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CacheStorageFiles.java:85
↓ 6 callersMethodgetOsName
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:44
↓ 6 callersMethodgetParent
Gets the parent allocation, or {@link Optional#empty} if this is a root allocation. This allocation represents 1 allocation unit of the parent allocat
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/Allocation.java:91
↓ 6 callersMethodgetPath
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ExtraDirectoryNotFoundException.java:29
↓ 6 callersMethodgetPluginName
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:53
↓ 6 callersMethodgetProjectCacheDirectoryFromProject
(Path path)
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CacheDirectories.java:63
↓ 6 callersMethodgetProjectRoot
()
jib-cli/src/integration-test/java/com/google/cloud/tools/jib/cli/TestProject.java:82
↓ 6 callersMethodgetSelectorFile
Resolves a selector file. @param selector the selector digest @return the selector file
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CacheStorageFiles.java:106
↓ 6 callersMethodgetSettingsDecrypter
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:851
↓ 6 callersMethodgetSkaffold
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/JibExtension.java:207
↓ 6 callersMethodgetStateInTarget
()
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/PreparedLayer.java:77
↓ 6 callersMethodgetTags
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/TargetImageParameters.java:70
↓ 6 callersMethodgetTarPath
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/OutputPathsParameters.java:93
↓ 6 callersMethodgetTargetImageAdditionalTags
Gets the additional target image tags. @return the configured extra tags.
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:472
↓ 6 callersMethodgetTimestamp
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/FilePropertiesSpec.java:94
↓ 6 callersMethodgetTotalResponsesServed
()
jib-core/src/test/java/com/google/cloud/tools/jib/http/TestWebServer.java:186
↓ 6 callersMethodhandle
Handles a {@link JibEvent}. @param jibEvent the event to handle
jib-core/src/main/java/com/google/cloud/tools/jib/event/Handler.java:39
↓ 6 callersMethodisRichConsole
(ConsoleOutput consoleOutput, HttpTraceLevel httpTraceLevel)
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/logging/CliLogger.java:79
↓ 6 callersMethodknown
Creates a new {@link CredentialRetriever} that returns a known {@link Credential}. @param credential the known credential @param credentialSource the
jib-core/src/main/java/com/google/cloud/tools/jib/frontend/CredentialRetrieverFactory.java:134
↓ 6 callersMethodlayerEntriesDo
(BiConsumer<String, TarArchiveEntry> layerConsumer)
jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/ReproducibleImageTest.java:215
↓ 6 callersMethodload
Loads an image tarball into the Docker daemon. @see <a href="https://docs.docker.com/engine/reference/commandline/load/">https://docs.docker.com/
jib-core/src/main/java/com/google/cloud/tools/jib/api/DockerClient.java:46
↓ 6 callersMethodlog
(LogEvent logEvent)
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/GradleProjectProperties.java:340
↓ 6 callersMethodmakeUserAgent
The {@code User-Agent} is in the form of {@code jib <toolVersion> <toolName>}. For example: {@code jib 0.9.0 jib-maven-plugin}. @return the {@code Us
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:618
↓ 6 callersMethodpullBaseImages
Pulls the base images specified in the platforms list. @param registryClient to communicate with remote registry @param progressDispatcherFactory the
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/PullBaseImageStep.java:282
↓ 6 callersMethodrunBuild
(Path projectRoot, String module, String pomXml)
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/skaffold/SyncMapMojoTest.java:47
↓ 6 callersMethodsetAppRoot
Sets the app root of the container image (useful for building WAR containers). @param appRoot the absolute path of the app on the container ({@code /
jib-core/src/main/java/com/google/cloud/tools/jib/api/JavaContainerBuilder.java:226
↓ 6 callersMethodsetFooter
Sets the footer asynchronously. This will replace the previously-printed footer with the new {@code footerLines}. <p>The footer is printed in <strong
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/logging/AnsiLoggerWithFooter.java:144
← previousnext →501–600 of 4,110, ranked by callers