| Modifier and Type | Method and Description |
|---|---|
static LogEvent |
LogEvent.debug(String message) |
static LogEvent |
LogEvent.error(String message) |
static LogEvent |
LogEvent.info(String message) |
static LogEvent |
LogEvent.lifecycle(String message) |
static LogEvent |
LogEvent.progress(String message) |
static LogEvent |
LogEvent.warn(String message) |
| Modifier and Type | Method and Description |
|---|---|
static MainClassFinder.Result |
MainClassFinder.find(List<Path> files,
Consumer<LogEvent> logger)
Tries to find classes with
psvm (see class javadoc) in files. |
| Modifier and Type | Method and Description |
|---|---|
static CredentialRetrieverFactory |
CredentialRetrieverFactory.forImage(ImageReference imageReference,
Consumer<LogEvent> logger)
Creates a new
CredentialRetrieverFactory for an image. |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenProjectProperties.log(LogEvent logEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectProperties.log(LogEvent logEvent) |
| Modifier and Type | Method and Description |
|---|---|
static JibBuildRunner |
JibBuildRunner.forBuildImage(JibContainerBuilder jibContainerBuilder,
Containerizer containerizer,
Consumer<LogEvent> logger,
HelpfulSuggestions helpfulSuggestions,
ImageReference targetImageReference,
Set<String> additionalTags)
Creates a runner to build an image.
|
static JibBuildRunner |
JibBuildRunner.forBuildTar(JibContainerBuilder jibContainerBuilder,
Containerizer containerizer,
Consumer<LogEvent> logger,
HelpfulSuggestions helpfulSuggestions,
Path outputPath)
Creates a runner to build an image tarball.
|
static JibBuildRunner |
JibBuildRunner.forBuildToDockerDaemon(JibContainerBuilder jibContainerBuilder,
Containerizer containerizer,
Consumer<LogEvent> logger,
HelpfulSuggestions helpfulSuggestions,
ImageReference targetImageReference,
Set<String> additionalTags)
Creates a runner to build to the Docker daemon.
|
static Optional<Credential> |
ConfigurationPropertyValidator.getImageCredential(Consumer<LogEvent> logger,
String usernameProperty,
String passwordProperty,
AuthProperty auth,
RawConfiguration rawConfiguration)
Gets a
Credential from a username and password. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Credential> |
DockerConfigCredentialRetriever.retrieve(Consumer<LogEvent> logger)
Retrieves credentials for a registry.
|
Copyright © 2019. All rights reserved.