Uses of Class
com.github.jenkins.lastchanges.model.CommitChanges
-
Packages that use CommitChanges Package Description com.github.jenkins.lastchanges com.github.jenkins.lastchanges.model -
-
Uses of CommitChanges in com.github.jenkins.lastchanges
Constructors in com.github.jenkins.lastchanges with parameters of type CommitChanges Constructor Description CommitRenderer(Action lastChangesBuildAction, CommitChanges commit)
-
Uses of CommitChanges in com.github.jenkins.lastchanges.model
Methods in com.github.jenkins.lastchanges.model that return types with arguments of type CommitChanges Modifier and Type Method Description List<CommitChanges>
LastChanges. getCommits()
Methods in com.github.jenkins.lastchanges.model with parameters of type CommitChanges Modifier and Type Method Description void
LastChanges. addCommit(CommitChanges commitchange)
Method parameters in com.github.jenkins.lastchanges.model with type arguments of type CommitChanges Modifier and Type Method Description void
LastChanges. addCommits(List<CommitChanges> commitChanges)
-