net.nemerosa.ontrack.model.security.ProjectFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-model Show documentation
Show all versions of ontrack-model Show documentation
Ontrack module: ontrack-model
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