Class FacetConfiguredFacetsCreatedEvent

java.lang.Object
com.xebialabs.xlrelease.domain.events.FacetConfiguredFacetsCreatedEvent
All Implemented Interfaces:
XLReleaseEvent, Serializable, scala.Equals, scala.Product

public class FacetConfiguredFacetsCreatedEvent extends Object implements XLReleaseEvent, scala.Product, Serializable
Event published when facet configuration is complete (facet is mapped to one or many facets according to task attributes) and configured facets are saved param: originalFacet the original facet that was submitted to FacetService (not configured yet) param: configuredFacets the facets that were saved, thus configured facets param: hasConfiguration true if facet was actually reconfigured (thus task has any configuration attributes)
See Also: