- All Implemented Interfaces:
- com.xebialabs.deployit.plugin.api.flow.Step, java.io.Serializable
public class RegisterInstancesStep
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.flow.Step
Registers created CIs in repository. It also puts all Container CIs in context attribute
ContextAttribute.REGISTERED_CONTAINERS and Host CIs in ContextAttribute.REGISTERED_HOSTS. This step
depends on context attributes ContextAttribute.CREATED_INSTANCES and ContextAttribute.USED_TEMPLATES,
which should contain created instances and used templates in the proper order. This step always should be executed
after some step, which actually triggers instantiation on cloud platform and writes appropriate objects to the
context.
- See Also:
- Serialized Form