Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.change.VcsRevision
-
Packages that use VcsRevision Package Description com.atlassian.bamboo.plugins.rest.model.build.change -
-
Uses of VcsRevision in com.atlassian.bamboo.plugins.rest.model.build.change
Methods in com.atlassian.bamboo.plugins.rest.model.build.change that return VcsRevision Modifier and Type Method Description protected VcsRevision
VcsRevisionExpander. expandInternal(VcsRevision vcsRevision)
Methods in com.atlassian.bamboo.plugins.rest.model.build.change with parameters of type VcsRevision Modifier and Type Method Description protected VcsRevision
VcsRevisionExpander. expandInternal(VcsRevision vcsRevision)
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build.change with type arguments of type VcsRevision Constructor Description VcsRevisionList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<VcsRevision> callback)
-