| Constructor and Description |
|---|
Timer(JibLogger buildLogger,
String label) |
| Modifier and Type | Method and Description |
|---|---|
JibLogger |
BuildConfiguration.getBuildLogger() |
| Modifier and Type | Method and Description |
|---|---|
static BuildConfiguration.Builder |
BuildConfiguration.builder(JibLogger buildLogger) |
| Modifier and Type | Method and Description |
|---|---|
static CredentialRetrieverFactory |
CredentialRetrieverFactory.forImage(ImageReference imageReference,
JibLogger logger)
Creates a new
CredentialRetrieverFactory for an image. |
| Constructor and Description |
|---|
MainClassFinder(com.google.common.collect.ImmutableList<Path> classesFiles,
JibLogger buildLogger)
Finds a class with
psvm in classesFiles. |
| Modifier and Type | Method and Description |
|---|---|
JibLogger |
ProjectProperties.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
static ImageReference |
ConfigurationPropertyValidator.getGeneratedTargetDockerTag(String targetImage,
JibLogger logger,
String projectName,
String projectVersion,
HelpfulSuggestions helpfulSuggestions)
Returns an
ImageReference parsed from the configured target image, or one of the form
project-name:project-version if target image is not configured |
static Credential |
ConfigurationPropertyValidator.getImageCredential(JibLogger logger,
String usernameProperty,
String passwordProperty,
AuthProperty auth)
Gets a
Credential from a username and password. |
| Modifier and Type | Method and Description |
|---|---|
static RegistryClient.Factory |
RegistryClient.factory(JibLogger buildLogger,
String serverUrl,
String imageName)
Creates a new
RegistryClient.Factory for building a RegistryClient. |
static RegistryAuthenticator.Initializer |
RegistryAuthenticator.initializer(JibLogger buildLogger,
String serverUrl,
String repository)
Gets a new initializer for
RegistryAuthenticator. |
Copyright © 2018. All rights reserved.