MCPcopy Create free account

hub / github.com/GoogleContainerTools/jib / functions

Functions4,110 in github.com/GoogleContainerTools/jib

↓ 15 callersMethodat
Constructs a {@link TarImage} with the specified path. @param path the path to the tarball archive @return a new {@link TarImage}
jib-core/src/main/java/com/google/cloud/tools/jib/api/TarImage.java:41
↓ 15 callersMethodcreateProject
(String... plugins)
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/JibPluginTest.java:428
↓ 15 callersMethodgetAccept
Returns a list of MIME types to pass as an HTTP {@code Accept} header.
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointProvider.java:52
↓ 15 callersMethodgetContainerConfiguration
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:471
↓ 15 callersMethodgetCredHelper
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/BaseImageParameters.java:97
↓ 15 callersMethodgetDiffId
Returns this layer's diff ID. @return the layer's diff ID @throws LayerPropertyNotFoundException if not available
jib-core/src/main/java/com/google/cloud/tools/jib/image/Layer.java:77
↓ 15 callersMethodgetExtensionClass
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:35
↓ 15 callersMethodgetHelperName
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:61
↓ 15 callersMethodgetHttpTrace
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:268
↓ 15 callersMethodgetInputRead
Returns input read. Note if there were concurrent connections, input lines from different connections can be intermixed. However, no lines will ever b
jib-core/src/test/java/com/google/cloud/tools/jib/http/TestWebServer.java:180
↓ 15 callersMethodgetLayers
Returns an unmodifiable view of the layers. @return an unmodifiable view of the layers
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/BuildableManifestTemplate.java:123
↓ 15 callersMethodgetLevel
Gets the log level to log at. @return the log level
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:88
↓ 15 callersMethodgetMainClassFromJarPlugin
Returns the name of the main class configured in a jar plugin, or null if none is found. @return the name of the main class configured in a jar plugi
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:80
↓ 15 callersMethodgetOutputPaths
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/JibExtension.java:201
↓ 15 callersMethodgetTargetImageConfiguration
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:454
↓ 15 callersMethodgetUser
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:462
↓ 15 callersMethodgetVerbosity
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:256
↓ 15 callersMethodgetWorkingDirectory
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:106
↓ 15 callersMethodpullBlob
Gets the BLOB referenced by {@code blobDigest}. Note that the BLOB is only pulled when it is written out. @param blobDigest the digest of the BLOB to
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:487
↓ 15 callersMethodsetAuthor
(String author)
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/HistoryEntry.java:49
↓ 15 callersMethodsetCreatedBy
(String createdBy)
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/HistoryEntry.java:54
↓ 14 callersMethodadd
Adds a {@link TarArchiveEntry} if its extraction path does not exist yet. Also adds all of the parent directories on the extraction path, if the paren
jib-core/src/main/java/com/google/cloud/tools/jib/image/ReproducibleLayerBuilder.java:69
↓ 14 callersMethodaddByteEntry
Adds a blob to the archive. Note that this should be used with raw bytes and not file contents; for adding files to the archive, use {@link #addTarArc
jib-core/src/main/java/com/google/cloud/tools/jib/tar/TarStreamBuilder.java:77
↓ 14 callersMethodareAllLayersCached
Returns {@code true} if all image layers described in a manifest exist in the cache. @param manifest the image manifest @return a boolean
jib-core/src/main/java/com/google/cloud/tools/jib/cache/Cache.java:202
↓ 14 callersMethodbuild
Returns the built {@link LayerConfiguration}. @return the built {@link LayerConfiguration}
jib-core/src/main/java/com/google/cloud/tools/jib/api/LayerConfiguration.java:241
↓ 14 callersMethodbuild
Builds the {@link ConsoleLogger}. @return the {@link ConsoleLogger}
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/logging/ConsoleLoggerBuilder.java:147
↓ 14 callersMethodcomputeJsonDigest
(JsonTemplate template)
jib-core/src/main/java/com/google/cloud/tools/jib/hash/Digests.java:40
↓ 14 callersMethodcreate
(String registry, Path dockerConfigFile)
jib-core/src/main/java/com/google/cloud/tools/jib/registry/credentials/DockerConfigCredentialRetriever.java:59
↓ 14 callersMethodget
Gets a new {@link RelativeUnixPath} from a Unix-style path in relative form. The {@code path} must be relative (does not begin with a leading slash {@
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/RelativeUnixPath.java:39
↓ 14 callersMethodgetCreationTime
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:442
↓ 14 callersMethodgetFilesModificationTime
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:114
↓ 14 callersMethodgetFoundMainClass
Gets the found main class. Only call if {@link #getType} is {@link Type#MAIN_CLASS_FOUND}. @return the found main class
jib-core/src/main/java/com/google/cloud/tools/jib/api/MainClassFinder.java:93
↓ 14 callersMethodgetId
()
examples/dropwizard/src/main/java/example/api/Saying.java:35
↓ 14 callersMethodgetLabels
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:454
↓ 14 callersMethodgetMainClass
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:90
↓ 14 callersMethodgetServerUrl
()
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointRequestProperties.java:52
↓ 14 callersMethodgetTarPath
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ImageConfiguration.java:153
↓ 14 callersMethodgetTargetFormat
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:475
↓ 14 callersMethodgetToolName
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:49
↓ 14 callersMethodnewBaseImageRegistryClientFactory
Creates a new {@link com.google.cloud.tools.jib.registry.RegistryClient.Factory} for the base image with fields from the build configuration. The serv
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:557
↓ 14 callersMethodretrieve
Retrieves credentials for a registry. Tries all possible known aliases. @param logger a consumer for handling log events @return {@link Credential} f
jib-core/src/main/java/com/google/cloud/tools/jib/registry/credentials/DockerConfigCredentialRetriever.java:86
↓ 14 callersMethodsetLabels
Sets the labels for the container. This replaces any previously-set labels. <p>This is similar to <a href="https://docs.docker.com/engine/reference/b
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:460
↓ 14 callersMethodtoBuilder
Creates a builder configured with the current values. @return {@link Builder} configured with the current values
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/FileEntriesLayer.java:385
↓ 14 callersMethodverifyImageMetadata
(ImageMetadataTemplate metadata, Path metadataCacheDirectory)
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CacheStorageReader.java:44
↓ 13 callersMethodassertFilePaths
(Path src, AbsoluteUnixPath dest, FileTemplate template)
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/skaffold/SyncMapTaskTest.java:81
↓ 13 callersMethodbuildToDockerDaemonAndRun
( TestProject testProject, String imageReference, String gradleBuildFile)
jib-gradle-plugin/src/integration-test/java/com/google/cloud/tools/jib/gradle/JibRunHelper.java:139
↓ 13 callersMethodcheckLayer
( FileEntriesLayer layer, String expectedName, Set<FileEntry> expectedLayerEntries)
jib-cli/src/test/java/com/google/cloud/tools/jib/cli/buildfile/LayersTest.java:253
↓ 13 callersMethodcheckNullOrNotEmpty
Checks if string is null or non empty. @param value the string in question @param propertyName the equivalent 'yaml' property name @throws IllegalArg
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/Validator.java:53
↓ 13 callersMethodcreateJibContainerBuilder
Starts the containerization process. @param javaContainerBuilder Java container builder to start with @param containerizingMode mode to containerize
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:63
↓ 13 callersMethodequals
(Object other)
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/BuildResult.java:79
↓ 13 callersMethodfilterRoot
Filters away the {@code rootDir}. @return this
jib-core/src/main/java/com/google/cloud/tools/jib/filesystem/DirectoryWalker.java:64
↓ 13 callersMethodgenerateSelector
Generates a selector for the list of {@link FileEntry}s. The selector is unique to each unique set of layer entries, regardless of order. TODO: Should
jib-core/src/main/java/com/google/cloud/tools/jib/cache/LayerEntriesSelector.java:167
↓ 13 callersMethodgetConfig
Gets the container configuration. @return the container configuration
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/ManifestAndConfigTemplate.java:103
↓ 13 callersMethodgetCredentialHelperFor
Determines a {@link DockerCredentialHelper} to use for {@code registry}. <p>If there exists a matching registry entry (or its aliases) in {@code cred
jib-core/src/main/java/com/google/cloud/tools/jib/registry/credentials/DockerConfig.java:96
↓ 13 callersMethodgetDockerClient
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ImageConfiguration.java:149
↓ 13 callersMethodgetEnvironment
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:446
↓ 13 callersMethodgetExposedPorts
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:458
↓ 13 callersMethodgetFormat
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:438
↓ 13 callersMethodgetImage
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/BaseImageParameters.java:79
↓ 13 callersMethodgetJvmFlags
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:92
↓ 13 callersMethodgetKotlinSourceDirectories
(MavenProject project)
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/skaffold/FilesMojoV2.java:76
↓ 13 callersMethodgetLayerConfigurations
Gets the configurations for building the layers. @return the list of layer configurations
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:537
↓ 13 callersMethodgetManifests
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/V22ManifestListTemplate.java:99
↓ 13 callersMethodgetPathForJson
(Path path)
jib-plugins-common/src/test/java/com/google/cloud/tools/jib/plugins/common/SkaffoldSyncMapTemplateTest.java:78
↓ 13 callersMethodgetPlatforms
Creates and returns a default platform if the user hasn't added or set any platforms ,else returns a list of user specified platforms . @return platf
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:434
↓ 13 callersMethodgetSourceFile
Gets the source file. The source file may be relative or absolute, so the caller should use {@code getSourceFile().toAbsolutePath().toString()} for th
jib-core/src/main/java/com/google/cloud/tools/jib/api/LayerEntry.java:94
↓ 13 callersMethodgetStatusCode
()
jib-core/src/main/java/com/google/cloud/tools/jib/http/ResponseException.java:36
↓ 13 callersMethodgetUnfinishedAllocations
Gets a list of the unfinished {@link Allocation}s in the order in which those {@link Allocation}s were encountered. This can be used to display, for e
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/AllocationCompletionTracker.java:118
↓ 13 callersMethodgetVolumes
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:450
↓ 13 callersMethodhandleHttpResponseException
Handles an {@link ResponseException} that occurs. Implementation must re-throw the given exception if it did not conclusively handled the response exc
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointProvider.java:66
↓ 13 callersMethodretrieve
Retrieves the {@link CachedLayer} that was built from the {@code layerEntries}. @param layerEntries the layer entries to match against @return a {@li
jib-core/src/main/java/com/google/cloud/tools/jib/cache/Cache.java:214
↓ 13 callersMethodsetExposedPorts
Sets the ports to expose from the container. Ports exposed will allow ingress traffic. This replaces any previously-set exposed ports. <p>Use {@link
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:421
↓ 13 callersMethodsetPlatforms
Sets a desired platform (properties including OS and architecture) list. If the base image reference is a Docker manifest list or an OCI image index,
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:516
↓ 13 callersMethodsetProgramArguments
Sets the items in the "Cmd" field in the container configuration. @param programArguments the list of arguments to append to the image entrypoint @re
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:151
↓ 13 callersMethodsleep
Set the sleep time between retries. @param duration the time to sleep @param unit the unit of time of duration @return the instance for further confi
jib-core/src/main/java/com/google/cloud/tools/jib/cache/Retry.java:102
↓ 13 callersMethodstart
Starts the registry.
jib-core/src/integration-test/java/com/google/cloud/tools/jib/registry/LocalRegistry.java:72
↓ 13 callersMethodsuggest
Helper for creating messages with suggestions. @param messagePrefix the initial message text @param suggestion a suggested fix for the problem descri
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/HelpfulSuggestions.java:91
↓ 12 callersMethodcheckProxyPortProperty
Checks if {@code http.proxyPort} and {@code https.proxyPort} system properties are in the [0..65535] range when set. @throws NumberFormatException if
jib-core/src/main/java/com/google/cloud/tools/jib/global/JibSystemProperties.java:111
↓ 12 callersMethodcreateLoggerAndSendMessages
(Verbosity verbosity, ConsoleOutput consoleOutput)
jib-cli/src/test/java/com/google/cloud/tools/jib/cli/logging/CliLoggerTest.java:47
↓ 12 callersMethodcreateRegistryClient
(@Nullable Credential credential)
jib-core/src/test/java/com/google/cloud/tools/jib/registry/RegistryClientTest.java:407
↓ 12 callersMethoddockerConfig
Creates a new {@link CredentialRetriever} that tries to retrieve credentials from Docker config (located at {@code System.getProperty("user.home")/.do
jib-core/src/main/java/com/google/cloud/tools/jib/frontend/CredentialRetrieverFactory.java:220
↓ 12 callersMethodgetActionDescription
Returns description of the registry action performed, used in error messages to describe the action that failed.
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointProvider.java:73
↓ 12 callersMethodgetDigest
Gets the digest of the registry image manifest built by Jib. This digest can be used to fetch a specific image from the registry in the form {@code my
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainer.java:80
↓ 12 callersMethodgetDirectoryContentsAsLayer
Creates a layer containing contents of a directory. Only paths that match the given predicate will be added. @param layerName name of the layer @para
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/ArtifactLayers.java:47
↓ 12 callersMethodgetHandlers
Gets the handlers added. @return the map from {@link JibEvent} type to a list of {@link Handler}s
jib-core/src/main/java/com/google/cloud/tools/jib/event/EventHandlers.java:94
↓ 12 callersMethodgetHealthCheck
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:392
↓ 12 callersMethodgetImageJsonPath
Returns the full path to the image metadata json file, if provided. @return optional value of path to image json file
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:417
↓ 12 callersMethodgetImageReference
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/RegistryUnauthorizedException.java:42
↓ 12 callersMethodgetInvalidPathValue
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/InvalidAppRootException.java:32
↓ 12 callersMethodgetMessage
()
jib-core/src/main/java/com/google/cloud/tools/jib/registry/json/ErrorEntryTemplate.java:44
↓ 12 callersMethodgetSize
()
jib-core/src/main/java/com/google/cloud/tools/jib/blob/BlobDescriptor.java:51
↓ 12 callersMethodgetVersion
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:87
↓ 12 callersMethodgetVersionFromString
Gets the major version number from a Java version string. <p>Examples: {@code "1.7" -> 7, "1.8.0_161" -> 8, "10" -> 10, "11.0.1" -> 11} @param versi
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/MavenProjectProperties.java:185
↓ 12 callersMethodhashCode
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainer.java:102
↓ 12 callersMethodisOffline
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:91
↓ 12 callersMethodloadJsonResource
(String path, Class<T> jsonClass)
jib-core/src/test/java/com/google/cloud/tools/jib/cache/CacheStorageReaderTest.java:155
↓ 12 callersMethodpull
Pulls an image to a Docker daemon (not to this local registry). @param from the image reference to pull @throws IOException if the pull command fails
jib-core/src/integration-test/java/com/google/cloud/tools/jib/registry/LocalRegistry.java:132
↓ 12 callersMethodpullAndRunBuiltImage
Pulls a built image and attempts to run it. @param imageReference the image reference of the built image @return the container output @throws IOExcep
jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java:89
↓ 12 callersMethodrunBuild
Runs the Jib build. @return the built {@link JibContainer} @throws BuildStepsExecutionException if another exception is thrown during the build @thro
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/JibBuildRunner.java:223
↓ 12 callersMethodscratch
Constructs an {@link ImageReference} with an empty registry and tag component, and repository set to "scratch". @return an {@link ImageReference} wit
jib-core/src/main/java/com/google/cloud/tools/jib/api/ImageReference.java:207
← previousnext →201–300 of 4,110, ranked by callers