Class S2iBuild
- java.lang.Object
-
- io.quarkus.container.image.s2i.deployment.S2iBuild
-
- All Implemented Interfaces:
BooleanSupplier
public class S2iBuild extends Object implements BooleanSupplier
-
-
Constructor Summary
Constructors Constructor Description S2iBuild(ContainerImageConfig containerImageConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Constructor Detail
-
S2iBuild
S2iBuild(ContainerImageConfig containerImageConfig)
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-