Uses of Class
com.github.cukedoctor.api.model.Comment
-
Packages that use Comment Package Description com.github.cukedoctor.api.model -
-
Uses of Comment in com.github.cukedoctor.api.model
Methods in com.github.cukedoctor.api.model that return types with arguments of type Comment Modifier and Type Method Description List<Comment>Feature. getComments()List<Comment>Step. getComments()Method parameters in com.github.cukedoctor.api.model with type arguments of type Comment Modifier and Type Method Description voidFeature. setComments(List<Comment> comments)voidStep. setComments(List<Comment> comments)
-