net.nemerosa.ontrack.model.security.ProjectFunction Maven / Gradle / Ivy
package net.nemerosa.ontrack.model.security;
/**
* Sub-interfaces define all functions available in a project.
* The list of available functions is available in the {@link RolesService} service
* and new functions can be contributed through extensions.
*/
public interface ProjectFunction {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy