Interface ILifecycleContext

  • All Known Implementing Classes:
    AbstractDtProjectContext, IntegrationContext, ProjectContext, SupplySettingsContext

    public interface ILifecycleContext
    The lifecycle context.

    Lifecycle service state is context dependent.

    Please pay attention to equality checks implementation of lifecycle contexts. Logically related contexts of the same type (e.g. different project context instances for the same project or global context) should always be equal and have same hash code. Use either proper overrinding of Object.equals(Object) and Object.hashCode() methods, or singleton instances of contexts if applicable

    Since:
    1.0.0