Class ManifestListOperation

java.lang.Object
io.bdeploy.bhive.BHive.Operation<Set<Manifest.Key>>
io.bdeploy.bhive.op.ManifestListOperation
All Implemented Interfaces:
BHiveExecution, Callable<Set<Manifest.Key>>

@ReadOnlyOperation public class ManifestListOperation extends BHive.Operation<Set<Manifest.Key>>
Lists all Manifests available in the BHive.
  • Constructor Details

    • ManifestListOperation

      public ManifestListOperation()
  • Method Details

    • call

      public Set<Manifest.Key> call() throws Exception
      Throws:
      Exception
    • setManifestName

      public ManifestListOperation setManifestName(String name)
      Parameters:
      name - the name of the manifest to calculate a new version for. Note that this can be any number of full segments of the name. Segments are separated with '/'.
      Returns:
      the operation for chaining.