| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableImageSource |
| Modifier and Type | Method and Description |
|---|---|
ImageSource |
DoneableImageSource.done() |
| Modifier and Type | Method and Description |
|---|---|
List<ImageSource> |
BuildSourceFluentImpl.getImages() |
List<ImageSource> |
BuildSourceFluent.getImages() |
List<ImageSource> |
BuildSource.getImages()
optional images for build source.
|
| Modifier and Type | Method and Description |
|---|---|
BuildSourceFluent.ImagesNested<T> |
BuildSourceFluentImpl.addNewImageLike(ImageSource item) |
BuildSourceFluent.ImagesNested<T> |
BuildSourceFluent.addNewImageLike(ImageSource item) |
T |
BuildSourceFluentImpl.addToImages(ImageSource... items) |
T |
BuildSourceFluent.addToImages(ImageSource... items) |
T |
BuildSourceFluentImpl.removeFromImages(ImageSource... items) |
T |
BuildSourceFluent.removeFromImages(ImageSource... items) |
T |
BuildSourceFluentImpl.withImages(ImageSource... images) |
T |
BuildSourceFluent.withImages(ImageSource... images) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildSource.setImages(List<ImageSource> images)
optional images for build source.
|
T |
BuildSourceFluentImpl.withImages(List<ImageSource> images) |
T |
BuildSourceFluent.withImages(List<ImageSource> images) |
| Constructor and Description |
|---|
DoneableImageSource(ImageSource item,
Visitor<ImageSource> visitor) |
ImageSourceBuilder(ImageSource instance) |
ImageSourceBuilder(ImageSourceFluent<?> fluent,
ImageSource instance) |
ImageSourceFluentImpl(ImageSource instance) |
| Constructor and Description |
|---|
BuildSource(BinaryBuildSource binary,
String contextDir,
String dockerfile,
GitBuildSource git,
List<ImageSource> images,
List<SecretBuildSource> secrets,
LocalObjectReference sourceSecret,
String type) |
DoneableImageSource(ImageSource item,
Visitor<ImageSource> visitor) |
DoneableImageSource(Visitor<ImageSource> visitor) |
EditableBuildSource(BinaryBuildSource binary,
String contextDir,
String dockerfile,
GitBuildSource git,
List<ImageSource> images,
List<SecretBuildSource> secrets,
LocalObjectReference sourceSecret,
String type) |
Copyright © 2011–2016 Red Hat. All rights reserved.