Uses of Class
io.wcm.devops.conga.model.role.RoleFile
Packages that use RoleFile
Package
Description
Context objects for CONGA SPI plugins.
CONGA utilities.
Role and file definition models.
-
Uses of RoleFile in io.wcm.devops.conga.generator.spi.context
Methods in io.wcm.devops.conga.generator.spi.context that return RoleFileMethods in io.wcm.devops.conga.generator.spi.context with parameters of type RoleFileModifier and TypeMethodDescriptionSets role file. -
Uses of RoleFile in io.wcm.devops.conga.generator.util
Methods in io.wcm.devops.conga.generator.util with parameters of type RoleFileModifier and TypeMethodDescriptionstatic StringFileUtil.getFileInfo(NodeRole nodeRole, RoleFile roleFile) Generates information to identify a file in a role definition by its file name or URL.static StringFileUtil.getFileInfo(String roleName, RoleFile roleFile) Generates information to identify a file in a role definition by its file name or URL.static StringFileUtil.getTemplatePath(Role role, RoleFile roleFile) Get template path for a role file.static booleanRoleUtil.matchesRoleFile(RoleFile roleFile, List<String> variants) Checks if the given role file should be generated for the given set of variants. -
Uses of RoleFile in io.wcm.devops.conga.model.role
Methods in io.wcm.devops.conga.model.role that return types with arguments of type RoleFileModifier and TypeMethodDescriptionRole.getFiles()Defines the files that should be generated for this role.Method parameters in io.wcm.devops.conga.model.role with type arguments of type RoleFile