Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
ImageSourcePath |
ImageSourcePathBuilder.build() |
ImageSourcePath |
DoneableImageSourcePath.done() |
Modifier and Type | Method and Description |
---|---|
List<ImageSourcePath> |
ImageSourceFluentImpl.getPaths() |
List<ImageSourcePath> |
ImageSourceFluent.getPaths() |
List<ImageSourcePath> |
ImageSource.getPaths() |
List<ImageSourcePath> |
SourceBuildStrategyFluentImpl.getRuntimeArtifacts() |
List<ImageSourcePath> |
SourceBuildStrategyFluent.getRuntimeArtifacts() |
List<ImageSourcePath> |
SourceBuildStrategy.getRuntimeArtifacts() |
Modifier and Type | Method and Description |
---|---|
void |
ImageSource.setPaths(List<ImageSourcePath> paths) |
void |
SourceBuildStrategy.setRuntimeArtifacts(List<ImageSourcePath> runtimeArtifacts) |
A |
ImageSourceFluentImpl.withPaths(List<ImageSourcePath> paths) |
A |
ImageSourceFluent.withPaths(List<ImageSourcePath> paths) |
A |
SourceBuildStrategyFluentImpl.withRuntimeArtifacts(List<ImageSourcePath> runtimeArtifacts) |
A |
SourceBuildStrategyFluent.withRuntimeArtifacts(List<ImageSourcePath> runtimeArtifacts) |
Constructor and Description |
---|
DoneableImageSourcePath(ImageSourcePath item) |
DoneableImageSourcePath(ImageSourcePath item,
Function<ImageSourcePath,ImageSourcePath> function) |
ImageSourcePathBuilder(ImageSourcePath instance) |
ImageSourcePathBuilder(ImageSourcePath instance,
Boolean validationEnabled) |
ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent,
ImageSourcePath instance) |
ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent,
ImageSourcePath instance,
Boolean validationEnabled) |
ImageSourcePathFluentImpl(ImageSourcePath instance) |
Constructor and Description |
---|
DoneableImageSourcePath(Function<ImageSourcePath,ImageSourcePath> function) |
DoneableImageSourcePath(Function<ImageSourcePath,ImageSourcePath> function) |
DoneableImageSourcePath(ImageSourcePath item,
Function<ImageSourcePath,ImageSourcePath> function) |
DoneableImageSourcePath(ImageSourcePath item,
Function<ImageSourcePath,ImageSourcePath> function) |
ImageSource(ObjectReference from,
List<ImageSourcePath> paths,
LocalObjectReference pullSecret) |
SourceBuildStrategy(List<EnvVar> env,
Boolean forcePull,
ObjectReference from,
Boolean incremental,
LocalObjectReference pullSecret,
List<ImageSourcePath> runtimeArtifacts,
ObjectReference runtimeImage,
String scripts) |
Copyright © 2011–2016 Red Hat. All rights reserved.