Package io.bdeploy.bhive.model
Class Manifest.Builder
java.lang.Object
io.bdeploy.bhive.model.Manifest.Builder
- Enclosing class:
- Manifest
Builder to create a Manifest.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd a label to the manifest.build(BHiveExecution hive) getKey()
-
Constructor Details
-
Builder
- Parameters:
key- the immutable key of the manifest to use.
-
-
Method Details
-
setRoot
-
addLabel
Add a label to the manifest. A label can be any domain/user specific key/value pair.- Parameters:
key- the label keyvalue- the label value- Returns:
- this for chaining
-
build
- Returns:
- create the immutable manifest.
-
getKey
-