| 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 |
|---|---|
JibContainer |
JibBuildRunner.build(JibContainerBuilder jibContainerBuilder,
Containerizer containerizer,
Consumer<LogEvent> logger,
HelpfulSuggestions helpfulSuggestions)
Runs the build steps.
|
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.