Uses of Class
io.wcm.devops.conga.model.role.RoleFile
-
Packages that use RoleFile Package Description io.wcm.devops.conga.generator.spi.context Context objects for CONGA SPI plugins.io.wcm.devops.conga.generator.util CONGA utilities.io.wcm.devops.conga.model.role 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 RoleFile Modifier and Type Method Description RoleFile
MultiplyContext. getRoleFile()
Methods in io.wcm.devops.conga.generator.spi.context with parameters of type RoleFile Modifier and Type Method Description MultiplyContext
MultiplyContext. roleFile(RoleFile value)
-
Uses of RoleFile in io.wcm.devops.conga.generator.util
Methods in io.wcm.devops.conga.generator.util with parameters of type RoleFile Modifier and Type Method Description static String
FileUtil. getFileInfo(NodeRole nodeRole, RoleFile roleFile)
Generates information to identify a file in a role definition by its file name or URL.static String
FileUtil. getFileInfo(String roleName, RoleFile roleFile)
Generates information to identify a file in a role definition by its file name or URL.static String
FileUtil. getTemplatePath(Role role, RoleFile roleFile)
Get template path for a role file.static boolean
RoleUtil. 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 RoleFile Modifier and Type Method Description List<RoleFile>
Role. 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 Modifier and Type Method Description void
Role. setFiles(List<RoleFile> files)
-