| Constructor and Description |
|---|
TimerEventDispatcher(EventDispatcher eventDispatcher,
String description)
Creates a new
TimerEventDispatcher. |
| Modifier and Type | Method and Description |
|---|---|
EventDispatcher |
BuildConfiguration.getEventDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setEventDispatcher(EventDispatcher eventDispatcher)
Sets the
EventDispatcher to dispatch events with. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventDispatcher
Dispatches
JibEvents to event handlers. |
| Modifier and Type | Method and Description |
|---|---|
static CredentialRetrieverFactory |
CredentialRetrieverFactory.forImage(ImageReference imageReference,
EventDispatcher eventDispatcher)
Creates a new
CredentialRetrieverFactory for an image. |
| Constructor and Description |
|---|
MainClassFinder(com.google.common.collect.ImmutableList<Path> files,
EventDispatcher eventDispatcher)
Finds a class with
psvm (see class javadoc) in files. |
| Modifier and Type | Method and Description |
|---|---|
JibContainer |
BuildStepsRunner.build(JibContainerBuilder jibContainerBuilder,
Containerizer containerizer,
EventDispatcher eventDispatcher,
List<LayerConfiguration> layerConfigurations,
HelpfulSuggestions helpfulSuggestions)
Runs the
BuildSteps. |
static ImageReference |
ConfigurationPropertyValidator.getGeneratedTargetDockerTag(String targetImage,
EventDispatcher eventDispatcher,
String generatedName,
String generatedTag,
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 Optional<Credential> |
ConfigurationPropertyValidator.getImageCredential(EventDispatcher eventDispatcher,
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(EventDispatcher eventDispatcher,
String serverUrl,
String imageName)
Creates a new
RegistryClient.Factory for building a RegistryClient. |
static RegistryAuthenticator.Initializer |
RegistryAuthenticator.initializer(EventDispatcher eventDispatcher,
String serverUrl,
String repository)
Gets a new initializer for
RegistryAuthenticator. |
Copyright © 2018. All rights reserved.