@Service public class ResourceDecorationContributorServiceImpl extends java.lang.Object implements ResourceDecorationContributorService
| Constructor and Description |
|---|
ResourceDecorationContributorServiceImpl(net.nemerosa.ontrack.model.support.ApplicationLogService logService,
java.util.Collection<ResourceDecorationContributor> contributors) |
| Modifier and Type | Method and Description |
|---|---|
<T extends net.nemerosa.ontrack.model.structure.ProjectEntity> |
getLinkDefinitions(net.nemerosa.ontrack.model.structure.ProjectEntityType projectEntityType)
Gets the link definitions for a class of project entity
|
@Autowired
public ResourceDecorationContributorServiceImpl(net.nemerosa.ontrack.model.support.ApplicationLogService logService,
java.util.Collection<ResourceDecorationContributor> contributors)
public <T extends net.nemerosa.ontrack.model.structure.ProjectEntity> java.util.List<LinkDefinition<T>> getLinkDefinitions(net.nemerosa.ontrack.model.structure.ProjectEntityType projectEntityType)
ResourceDecorationContributorServicegetLinkDefinitions in interface ResourceDecorationContributorServiceT - Type of project entityprojectEntityType - Project entity type to get the link definitions for