MCPcopy Create free account

hub / github.com/GoogleContainerTools/jib / functions

Functions4,110 in github.com/GoogleContainerTools/jib

↓ 29 callersMethodbuild
(String... gradleArguments)
jib-cli/src/integration-test/java/com/google/cloud/tools/jib/cli/TestProject.java:75
↓ 29 callersMethodgetDigest
()
jib-core/src/main/java/com/google/cloud/tools/jib/blob/BlobDescriptor.java:47
↓ 29 callersMethodgetEntrypoint
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:472
↓ 29 callersMethodgetLayers
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:482
↓ 29 callersMethodgetManifestsAndConfigs
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/ImageMetadataTemplate.java:57
↓ 29 callersMethodhasSize
()
jib-core/src/main/java/com/google/cloud/tools/jib/blob/BlobDescriptor.java:43
↓ 28 callersMethodcreateFile
(Path root, String filename, String content, long modificationTime)
jib-core/src/test/java/com/google/cloud/tools/jib/image/ReproducibleLayerBuilderTest.java:492
↓ 28 callersMethodgetMajorJavaVersion
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:89
↓ 28 callersMethodgetProjectRoot
()
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/TestProject.java:100
↓ 28 callersMethodhandleResponse
Handles the response specific to the registry action.
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointProvider.java:55
↓ 27 callersMethodnewChild
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 callersMethodget
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 callersMethodgetCreationTime
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:116
↓ 26 callersMethodgetName
Gets the name. @return the name
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/FileEntriesLayer.java:366
↓ 26 callersMethodwriteTo
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 callersMethodfactory
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 callersMethodgetTo
()
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/JibExtension.java:177
↓ 25 callersMethodnamed
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 callersMethodudp
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 callersMethodcheckBlob
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 callersMethodfind
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 callersMethodnewArtifact
(Path sourceJar)
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/MavenProjectPropertiesTest.java:151
↓ 24 callersMethodparseListProperty
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 callersMethodsetEntrypoint
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 callersMethodfakeRequest
(Integer httpTimeout)
jib-core/src/test/java/com/google/cloud/tools/jib/http/FailoverHttpClientTest.java:488
↓ 23 callersMethodgetBaseImage
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/ContainerBuildPlan.java:424
↓ 23 callersMethodgetContent
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 callersMethodgetFile
()
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/JibPluginConfiguration.java:129
↓ 23 callersMethodlog
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 callersMethodbuilder
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 callersMethodgetContainerConfiguration
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 callersMethodgetExtractionPath
Gets the extraction path. @return the extraction path
jib-core/src/main/java/com/google/cloud/tools/jib/api/LayerEntry.java:103
↓ 22 callersMethodinfo
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 callersMethodareProxyPropertiesSet
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 callersMethodfrom
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 callersMethodgetAllocation
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 callersMethodgetChildValue
(@Nullable Xpp3Dom dom, String... childNodePath)
jib-maven-plugin/src/main/java/com/google/cloud/tools/jib/maven/MavenProjectProperties.java:207
↓ 21 callersMethodgetEndpoint
()
jib-core/src/test/java/com/google/cloud/tools/jib/http/TestWebServer.java:92
↓ 21 callersMethodgetName
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:85
↓ 21 callersMethodgetProject
()
jib-gradle-plugin-extension-api/src/main/java/com/google/cloud/tools/jib/gradle/extension/GradleData.java:24
↓ 21 callersMethodgetRegistry
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 callersMethodisWarProject
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/ProjectProperties.java:83
↓ 21 callersMethodnamed
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 callersMethodsetAllowInsecureRegistries
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 callersMethodaddXpp3DomChild
(Xpp3Dom parent, String name, String value)
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/MavenProjectPropertiesTest.java:169
↓ 20 callersMethodcheckNullOrNonNullNonEmptyEntries
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 callersMethodcopy
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 callersMethodexecute
(ExtensionDefinedFooConfig instance)
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/GradleProjectPropertiesExtensionTest.java:157
↓ 20 callersMethodgetBuild
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/SkaffoldFilesOutput.java:118
↓ 20 callersMethodgetLabels
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:98
↓ 20 callersMethodgetManifestList
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/ImageMetadataTemplate.java:52
↓ 20 callersMethodgetMode
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/Jar.java:154
↓ 20 callersMethodgetType
()
jib-build-plan/src/main/java/com/google/cloud/tools/jib/api/buildplan/LayerObject.java:35
↓ 20 callersMethodlog
(Level logLevel, String message)
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/logging/AnsiLoggerWithFooter.java:110
↓ 19 callersMethoderror
(String message)
jib-core/src/main/java/com/google/cloud/tools/jib/api/LogEvent.java:51
↓ 19 callersMethodgetAppRoot
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:94
↓ 19 callersMethodgetFractionOfRoot
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 callersMethodgetLayers
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/V22ManifestTemplate.java:98
↓ 19 callersMethodnewHttpClient
(boolean insecure, boolean authOverHttp)
jib-core/src/test/java/com/google/cloud/tools/jib/http/FailoverHttpClientTest.java:472
↓ 19 callersMethodsetUser
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 callersMethodbuild
()
jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/PreparedLayer.java:58
↓ 18 callersMethodbuilder
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 callersMethodgetAllocationUnits
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 callersMethodgetBlob
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 callersMethodgetImageName
()
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointRequestProperties.java:56
↓ 18 callersMethodgetProgramArguments
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:88
↓ 18 callersMethodisStacktrace
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/CommonCliOptions.java:264
↓ 18 callersMethodnow
(RoutingContext context)
examples/vertx/src/main/java/example/vertx/MainVerticle.java:47
↓ 18 callersMethodprocessCommonConfiguration
()
jib-plugins-common/src/test/java/com/google/cloud/tools/jib/plugins/common/PluginConfigurationProcessorTest.java:1204
↓ 18 callersMethodreadConfig
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/globalconfig/GlobalConfig.java:38
↓ 18 callersMethodretrieveMetadata
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 callersMethodsetName
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 callersMethodaddLayer
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 callersMethodcheckNotNullAndNotEmpty
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 callersMethodequals
(Object other)
jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/PlatformParameters.java:77
↓ 17 callersMethodgetContainerConfiguration
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/V22ManifestTemplate.java:92
↓ 17 callersMethodgetImageRegistry
()
jib-core/src/main/java/com/google/cloud/tools/jib/configuration/ImageConfiguration.java:133
↓ 17 callersMethodgetManifests
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/OciIndexTemplate.java:104
↓ 17 callersMethodgetResource
(String path)
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/GradleProjectPropertiesTest.java:120
↓ 17 callersMethodpush
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 callersMethodsetCreationTimestamp
(Instant creationTimestamp)
jib-core/src/main/java/com/google/cloud/tools/jib/image/json/HistoryEntry.java:44
↓ 17 callersMethodsetEnvironment
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 callersMethodtoUtf8String
(JsonTemplate template)
jib-core/src/main/java/com/google/cloud/tools/jib/json/JsonTemplateMapper.java:153
↓ 17 callersMethodwriteToString
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 callersMethodfrom
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 callersMethodfromAuthenticationMethod
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 callersMethodgetContainerizingMode
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:126
↓ 16 callersMethodgetExpandClasspathDependencies
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:86
↓ 16 callersMethodgetExtractionPaths
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 callersMethodgetFiles
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/FileLayerSpec.java:70
↓ 16 callersMethodgetHistory
()
jib-core/src/main/java/com/google/cloud/tools/jib/image/Image.java:426
↓ 16 callersMethodgetOwnership
()
jib-cli/src/main/java/com/google/cloud/tools/jib/cli/buildfile/FilePropertiesStack.java:102
↓ 16 callersMethodgetResource
(String path)
jib-maven-plugin/src/test/java/com/google/cloud/tools/jib/maven/MavenProjectPropertiesTest.java:125
↓ 16 callersMethodgetUnfinishedLeafTasks
()
jib-core/src/main/java/com/google/cloud/tools/jib/event/progress/AllocationCompletionTracker.java:163
↓ 16 callersMethodgetUnits
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 callersMethodgetVolumes
()
jib-plugins-common/src/main/java/com/google/cloud/tools/jib/plugins/common/RawConfiguration.java:100
↓ 16 callersMethodnewDirectory
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 callersMethodshutDownAndAwaitTermination
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 callersMethodtoString
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 callersMethodaddReason
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
← previousnext →101–200 of 4,110, ranked by callers