Uses of Class
cdc.issues.impl.ProfileImpl
-
-
Uses of ProfileImpl in cdc.issues.impl
Methods in cdc.issues.impl that return ProfileImpl Modifier and Type Method Description ProfileImplProfileImpl. add(Rule rule)Adds a rule with no parameters, and enables it.ProfileImplProfileImpl. add(Rule rule, Params params)Adds a rule with parameters and enable it.ProfileImplProfileImpl. remove(Rule rule)Removes a rule.ProfileImplProfileImpl. setDescription(String description)ProfileImplProfileImpl. setEnabled(Rule rule, boolean enabled)Enables or disables a rule.ProfileImplProfileImpl. setMetas(Params metas)ProfileImplProfileImpl. setName(String name)Methods in cdc.issues.impl that return types with arguments of type ProfileImpl Modifier and Type Method Description Optional<ProfileImpl>ProjectImpl. getProfile()Methods in cdc.issues.impl with parameters of type ProfileImpl Modifier and Type Method Description ProjectImplProjectImpl. setProfile(ProfileImpl profile)
-