public interface ResourceDecorationContributor<P extends net.nemerosa.ontrack.model.structure.ProjectEntity>
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyTo(net.nemerosa.ontrack.model.structure.ProjectEntityType projectEntityType)
Does this contributor applies to the given project entity class?
|
java.util.List<LinkDefinition<P>> |
getLinkDefinitions()
Gets the link definitions for a class of project entity
|
java.util.List<LinkDefinition<P>> getLinkDefinitions()
boolean applyTo(net.nemerosa.ontrack.model.structure.ProjectEntityType projectEntityType)
projectEntityType - Project entity type to get the link definitions for