Uses of Class
io.jenkins.plugins.gerritchecksapi.rest.Replacement
-
Packages that use Replacement Package Description io.jenkins.plugins.gerritchecksapi.rest -
-
Uses of Replacement in io.jenkins.plugins.gerritchecksapi.rest
Methods in io.jenkins.plugins.gerritchecksapi.rest that return types with arguments of type Replacement Modifier and Type Method Description List<Replacement>
Fix. getReplacements()
Method parameters in io.jenkins.plugins.gerritchecksapi.rest with type arguments of type Replacement Modifier and Type Method Description void
Fix. setReplacements(List<Replacement> replacements)
Constructor parameters in io.jenkins.plugins.gerritchecksapi.rest with type arguments of type Replacement Constructor Description Fix(String description, List<Replacement> replacements)
-