Package cz.xtf.core.image
Class Product
- java.lang.Object
-
- cz.xtf.core.image.Product
-
public class Product extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringhelmChartExamplesLocation()StringhelmChartsBranch()StringhelmChartsLocation()StringhelmChartsRepo()Imageimage()Stringproperty(String propertyId)StringtemplatesBranch()StringtemplatesRepo()Stringversion()
-
-
-
Constructor Detail
-
Product
public Product(String id)
-
-
Method Detail
-
image
public Image image()
-
version
public String version()
-
templatesRepo
public String templatesRepo()
-
templatesBranch
public String templatesBranch()
-
helmChartsRepo
public String helmChartsRepo()
-
helmChartsBranch
public String helmChartsBranch()
-
helmChartsLocation
public String helmChartsLocation()
-
helmChartExamplesLocation
public String helmChartExamplesLocation()
-
-