Uses of Class
io.wcm.devops.conga.model.role.Role
-
Packages that use Role Package Description io.wcm.devops.conga.generator.spi.context Context objects for CONGA SPI plugins.io.wcm.devops.conga.generator.util CONGA utilities. -
-
Uses of Role in io.wcm.devops.conga.generator.spi.context
Methods in io.wcm.devops.conga.generator.spi.context that return Role Modifier and Type Method Description Role
MultiplyContext. getRole()
Methods in io.wcm.devops.conga.generator.spi.context with parameters of type Role Modifier and Type Method Description MultiplyContext
MultiplyContext. role(Role value)
-
Uses of Role in io.wcm.devops.conga.generator.util
Methods in io.wcm.devops.conga.generator.util that return types with arguments of type Role Modifier and Type Method Description static Map<String,Role>
RoleUtil. resolveRole(String roleName, String environmentContext, Map<String,Role> roles)
Resolve role inheritance.Methods in io.wcm.devops.conga.generator.util with parameters of type Role Modifier and Type Method Description static String
FileUtil. getTemplatePath(Role role, RoleFile roleFile)
Get template path for a role file.Method parameters in io.wcm.devops.conga.generator.util with type arguments of type Role Modifier and Type Method Description static Map<String,Role>
RoleUtil. resolveRole(String roleName, String environmentContext, Map<String,Role> roles)
Resolve role inheritance.
-