MCPcopy Create free account

hub / github.com/GoogleContainerTools/jib / functions

Functions4,110 in github.com/GoogleContainerTools/jib

↓ 937 callersMethodget
()
jib-core/src/main/java/com/google/cloud/tools/jib/frontend/CredentialRetrieverFactory.java:56
↓ 751 callersMethodresolve
Look for supported DockerClient. @param parameters needed by the dockerClient @return dockerClient if any is found
jib-core/src/main/java/com/google/cloud/tools/jib/docker/DockerClientResolver.java:34
↓ 588 callersMethodof
Constructs an {@link ImageReference} from the image reference components, consisting of an optional registry, a repository, and an optional tag. @par
jib-core/src/main/java/com/google/cloud/tools/jib/api/ImageReference.java:165
↓ 584 callersMethodget
Returns the file ownership that should be set for a path, given the source path and destination path on a container. @param sourcePath the source fil
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/OwnershipProvider.java:34
↓ 435 callersMethodasList
Makes a list of {@link CredentialRetriever}s. @return the list of {@link CredentialRetriever}s @throws FileNotFoundException if a credential helper p
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/DefaultCredentialRetrievers.java:157
↓ 348 callersMethodtoString
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:121
↓ 327 callersMethodget
Gets a new {@link AbsoluteUnixPath} from a Unix-style path string. The path must begin with a forward slash ({@code /}). @param unixPath the Unix-sty
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/AbsoluteUnixPath.java:43
↓ 260 callersMethodgetMessage
Gets the log message. @return the log message
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:97
↓ 233 callersMethodadd
Adds the {@code eventConsumer} to handle the {@link JibEvent} with class {@code eventClass}. The order in which handlers are added is the order in whi
jib-core/src/main/java/com/google/cloud/tools/jib/event/EventHandlers.java:47
↓ 183 callersMethodgetResource
Gets a resource file as a {@link Path}.
jib-core/src/test/java/com/google/cloud/tools/jib/api/JavaContainerBuilderTest.java:38
↓ 158 callersMethodput
Sends the request with method PUT. @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:239
↓ 135 callersMethodgetProperty
(String propertyName)
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:112
↓ 132 callersMethodrun
Perform the action. @return {@code true} if the action was successful and {@code false} otherwise @throws E exception thrown during the action
jib-core/src/main/java/com/google/cloud/tools/jib/cache/Retry.java:49
↓ 128 callersMethodbuild
Create an {@link Image} instance. @return a new {@link Image} instance
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:258
↓ 112 callersMethoddispatch
Dispatches {@code jibEvent} to all the handlers that can handle it. @param jibEvent the {@link JibEvent} to dispatch
jib-core/src/main/java/com/google/cloud/tools/jib/event/EventHandlers.java:81
↓ 99 callersMethodaccept
(Path path)
jib-core/src/main/java/com/google/cloud/tools/jib/filesystem/PathConsumer.java:25
↓ 99 callersMethodgetName
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/LayerObject.java:37
↓ 86 callersMethodgetDigest
(Blob blob)
jib-core/src/test/java/com/google/cloud/tools/jib/cache/CacheStorageWriterTest.java:68
↓ 81 callersMethodgetEntries
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/LayersSpec.java:60
↓ 79 callersMethodequals
(Object other)
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:101
↓ 72 callersMethodgetEntries
Gets the list of entries. @return the list of entries
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/FileEntriesLayer.java:376
↓ 70 callersMethodlog
(LogEvent logEvent)
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:47
↓ 68 callersMethodinfo
(String message)
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:67
↓ 68 callersMethodparse
Parses a string {@code reference} into an {@link ImageReference}. <p>Image references should generally be in the form: {@code <registry>/<repository>
jib-core/src/main/java/com/google/cloud/tools/jib/api/ImageReference.java:97
↓ 67 callersMethodfromOctalString
Creates a new {@link FilePermissions} from an octal string representation (e.g. "123", "644", "755", etc). @param octalPermissions the octal string r
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/FilePermissions.java:71
↓ 65 callersMethodfilter
Adds a filter to the walked paths. @param pathFilter the filter. {@code pathFilter} returns {@code true} if the path should be accepted and {@cod
jib-core/src/main/java/com/google/cloud/tools/jib/filesystem/DirectoryWalker.java:54
↓ 64 callersMethodcall
(FailoverHttpClient httpClient, URL url, Request request)
jib-core/src/test/java/com/google/cloud/tools/jib/http/FailoverHttpClientTest.java:65
↓ 64 callersMethodfrom
Gets a {@link Credential} configured with a username and password. @param username the username @param password the password @return a new {@link Cre
jib-core/src/main/java/com/google/cloud/tools/jib/api/Credential.java:34
↓ 63 callersMethodgetHash
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/DescriptorDigest.java:86
↓ 62 callersMethodset
(String image)
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:227
↓ 60 callersMethodto
Gets a new {@link Containerizer} that containerizes to a container registry. @param registryImage the {@link RegistryImage} that defines target conta
jib-core/src/main/java/com/google/cloud/tools/jib/api/Containerizer.java:74
↓ 56 callersMethodgetManifest
Gets the manifest. @return the manifest
jib-core/src/main/java/com/google/cloud/tools/jib/registry/ManifestAndDigest.java:38
↓ 56 callersMethodgetProperties
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:37
↓ 54 callersMethodfrom
(InputStream inputStream)
jib-core/src/main/java/com/google/cloud/tools/jib/blob/Blobs.java:30
↓ 54 callersMethodgetContainer
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/JibExtension.java:183
↓ 54 callersMethodgetFrom
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:51
↓ 54 callersMethodgetProjectRoot
Gets the project root resolved as a real path.
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/TestProject.java:50
↓ 53 callersMethodcreate
Creates the {@link ProgressEventDispatcher} with an associated {@link Allocation}. @param description user-facing description of what the allocation
jib-core/src/main/java/com/google/cloud/tools/jib/builder/ProgressEventDispatcher.java:49
↓ 53 callersMethodnamed
Instantiate with the image reference to use. @param imageReference the image reference @return a new {@link RegistryImage}
jib-core/src/main/java/com/google/cloud/tools/jib/api/RegistryImage.java:43
↓ 52 callersMethodfromHash
Creates a new instance from a valid hash string. @param hash the hash to generate the {@link DescriptorDigest} from @return a new {@link DescriptorDi
jib-core/src/main/java/com/google/cloud/tools/jib/api/DescriptorDigest.java:57
↓ 48 callersMethodbuilder
(Class<? extends ManifestTemplate> imageFormat)
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:278
↓ 48 callersMethodparse
Converts/validates a list of strings representing port ranges to an expanded list of {@link Port}s. <p>For example: ["1000", "2000-2002"] will expand
jib-core/src/main/java/com/google/cloud/tools/jib/api/Ports.java:49
↓ 46 callersMethodgetExtraDirectories
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:118
↓ 45 callersMethodwrite
(int b)
jib-core/src/test/java/com/google/cloud/tools/jib/docker/CliDockerClientTest.java:202
↓ 44 callersMethodcompatibleVersion
Return {@code true} if {@code actualVersion} is contained within the version range represented by {@code acceptableVersionRange}. @param acceptableVe
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/VersionChecker.java:101
↓ 44 callersMethodexecute
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/BuildTarMojo.java:63
↓ 44 callersMethodfromDigest
Creates a new instance from a valid digest string. @param digest the digest to generate the {@link DescriptorDigest} from @return a new {@link Descri
jib-core/src/main/java/com/google/cloud/tools/jib/api/DescriptorDigest.java:72
↓ 44 callersMethodgetParent
Gets the parent of this {@link Timer}. @return the parent of this {@link Timer}
jib-core/src/main/java/com/google/cloud/tools/jib/event/events/TimerEvent.java:61
↓ 43 callersMethodtcp
Create a new {@link Port} with TCP 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:35
↓ 42 callersMethodgetArchitecture
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:369
↓ 42 callersMethodwarn
(String message)
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:63
↓ 41 callersMethodapply
(Project project)
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/JibPlugin.java:89
↓ 41 callersMethodgetCredentialHelper
Returns the user configured credential helper for any registry during the build, this can be interpreted as a path or a string. @return a Optional st
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:290
↓ 41 callersMethodgetEventHandlers
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:488
↓ 41 callersMethodgetUsernamePassword
If configured, returns a {@link Credential} created from user configured username/password. @return an optional Credential
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:334
↓ 41 callersMethodnewEntry
( Path testRoot, String src, String dest, String octalPermissions, int millis,
jib-cli/src/test/java/com/google/cloud/tools/jib/cli/buildfile/LayersTest.java:238
↓ 40 callersMethodgetFromCredentialHelper
Returns the user configured credential helper for the base image registry, this can be interpreted as a path or a string. @return a Optional string r
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:319
↓ 40 callersMethodgetFromUsernamePassword
If configured, returns a {@link Credential} created from user configured "from" username/password. @return a optional Credential
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:369
↓ 40 callersMethodgetToCredentialHelper
Returns the user configured credential helper for the target image registry, this can be interpreted as a path or a string. @return a Optional string
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:303
↓ 40 callersMethodgetToUsernamePassword
If configured, returns a {@link Credential} created from user configured "to" username/password. @return a optional Credential
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:350
↓ 40 callersMethodlifecycle
(String message)
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:55
↓ 39 callersMethodbuild
(String... gradleArguments)
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/TestProject.java:92
↓ 39 callersMethodgetEntrypoint
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:82
↓ 39 callersMethodgetPlatforms
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:78
↓ 39 callersMethodof
(String osArchitecture)
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:141
↓ 37 callersMethodbuilder
Constructs a builder for an {@link ImageConfiguration}. @param imageReference the image reference, which is a required field @return the builder
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ImageConfiguration.java:109
↓ 37 callersMethodgetImage
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ImageConfiguration.java:129
↓ 36 callersMethodbuilder
Gets a new {@link Builder} for {@link FileEntriesLayer}. @return a new {@link Builder}
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/FileEntriesLayer.java:338
↓ 36 callersMethodcontainerize
Builds the container. @param containerizer the {@link Containerizer} that configures how to containerize @return the built container @throws IOExcept
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:601
↓ 36 callersMethodgetBaseImageConfiguration
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/BuildContext.java:446
↓ 36 callersMethodnewChildProducer
Creates a new {@link Factory} for a {@link ProgressEventDispatcher} that manages a child {@link Allocation}. Since each child {@link Allocation} accou
jib-core/src/main/java/com/google/cloud/tools/jib/builder/ProgressEventDispatcher.java:102
↓ 36 callersMethodreadJson
Deserializes a JSON object from a JSON input stream. @param <T> child type of {@link JsonTemplate} @param jsonStream input stream @param templateClas
jib-core/src/main/java/com/google/cloud/tools/jib/json/JsonTemplateMapper.java:104
↓ 36 callersMethodresolve
Resolves this path against another relative path. @param relativeUnixPath the relative path to resolve against @return a new {@link AbsoluteUnixPath}
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/AbsoluteUnixPath.java:94
↓ 36 callersMethodwalk
Walks {@link #rootDir} and applies {@code pathConsumer} to each file. Note that {@link #rootDir} itself is visited as well. @param pathConsumer the c
jib-core/src/main/java/com/google/cloud/tools/jib/filesystem/DirectoryWalker.java:77
↓ 35 callersMethoddebug
(String message)
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:71
↓ 35 callersMethodgetBlobDescriptor
Returns this layer's content descriptor. @return the layer's content {@link BlobDescriptor} @throws LayerPropertyNotFoundException if not available
jib-core/src/main/java/com/google/cloud/tools/jib/image/Layer.java:69
↓ 35 callersMethodtoContainerBuildPlan
Internal method. API end users should not use it. <p>Converts to {@link ContainerBuildPlan}. Note that not all values that this class holds can be de
jib-core/src/main/java/com/google/cloud/tools/jib/api/JibContainerBuilder.java:643
↓ 34 callersMethodaddEntry
Adds an entry to the layer. @param entry the layer entry to add @return this
jib-core/src/main/java/com/google/cloud/tools/jib/api/LayerConfiguration.java:78
↓ 34 callersMethodretrieve
Fetches the credentials. <b>Implementations must be thread-safe.</b> <p>Implementations should return {@link Optional#empty} if no credentials could
jib-core/src/main/java/com/google/cloud/tools/jib/api/CredentialRetriever.java:37
↓ 33 callersMethodgetPassword
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/AuthProperty.java:27
↓ 33 callersMethodsubmit
(Callable<T> task)
jib-core/src/test/java/com/google/cloud/tools/jib/builder/steps/StepsRunnerTest.java:62
↓ 32 callersMethodgetSize
()
jib-core/src/main/java/com/google/cloud/tools/jib/api/ImageDetails.java:24
↓ 32 callersMethodgetStatusCode
Returns the HTTP status code of the response. @return the HTTP status code of the response
jib-core/src/main/java/com/google/cloud/tools/jib/http/Response.java:41
↓ 32 callersMethodgetUsername
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/AuthProperty.java:24
↓ 32 callersMethodnewRegistryClient
Creates a new {@link RegistryClient}. @return the new {@link RegistryClient}
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:105
↓ 32 callersMethodof
(String osArchitecture)
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/PlatformParameters.java:31
↓ 32 callersMethodpullManifest
Pulls the image manifest and digest for a specific tag. @param <T> child type of ManifestTemplate @param imageQualifier the tag or digest to pull on
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryClient.java:429
↓ 32 callersMethodreadJsonFromFile
Deserializes a JSON file via a JSON object template. @param <T> child type of {@link JsonTemplate} @param jsonFile a file containing a JSON string @p
jib-core/src/main/java/com/google/cloud/tools/jib/json/JsonTemplateMapper.java:69
↓ 32 callersMethodupdateProgress
Updates the progress for {@link Allocation} atomically relative to the {@code allocation}. <p>For any {@link Allocation}, this method <em>must</em> h
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/AllocationCompletionTracker.java:91
↓ 31 callersMethodgetBody
Returns the content of the HTTP response. @return the HTTP response body as an {@link InputStream}. @throws IOException if getting the HTTP response
jib-core/src/main/java/com/google/cloud/tools/jib/http/Response.java:81
↓ 31 callersMethodgetDigest
()
jib-core/src/main/java/com/google/cloud/tools/jib/cache/CachedLayer.java:97
↓ 31 callersMethodgetOs
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:373
↓ 31 callersMethodgetPaths
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/ExtraDirectoriesParameters.java:70
↓ 31 callersMethodgetUser
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:104
↓ 31 callersMethodtoByteArray
(JsonTemplate template)
jib-core/src/main/java/com/google/cloud/tools/jib/json/JsonTemplateMapper.java:161
↓ 30 callersMethodcomputeDigest
(JsonTemplate template)
jib-core/src/main/java/com/google/cloud/tools/jib/hash/Digests.java:50
↓ 30 callersMethodfrom
Starts building the container from a base image. The type of base image can be specified using a prefix, e.g. {@code docker://gcr.io/project/image}. T
jib-core/src/main/java/com/google/cloud/tools/jib/api/Jib.java:44
↓ 30 callersMethodgetEnvironment
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:96
↓ 30 callersMethodgetProperty
(String propertyName)
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:865
↓ 30 callersMethodrunPluginExtensions
( List<? extends ExtensionConfiguration> extensionConfigs, JibContainerBuilder jibContainerBuilder
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:93
next →1–100 of 4,110, ranked by callers