public interface GQLProjectEntityFieldContributor
| Modifier and Type | Method and Description |
|---|---|
java.util.List<graphql.schema.GraphQLFieldDefinition> |
getFields(java.lang.Class<? extends net.nemerosa.ontrack.model.structure.ProjectEntity> projectEntityClass,
net.nemerosa.ontrack.model.structure.ProjectEntityType projectEntityType)
List of field contributions
|
java.util.List<graphql.schema.GraphQLFieldDefinition> getFields(java.lang.Class<? extends net.nemerosa.ontrack.model.structure.ProjectEntity> projectEntityClass,
net.nemerosa.ontrack.model.structure.ProjectEntityType projectEntityType)
projectEntityClass - Class of project entityprojectEntityType - Type of project entitynull is accepted.