public void doOperation() throws OpsException, IOException {
}
@Override
protected void addChildren() throws OpsException {
GitlabService model = OpsContext.get().getInstance(GitlabService.class);
InstanceBuilder instance = InstanceBuilder.build(model.dnsName, this, model.getTags());
addChild(instance);
instance.addChildren(PackageDependency
.build(Splitter
.on(" ")