Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.change.RestChange
-
Packages that use RestChange Package Description com.atlassian.bamboo.plugins.rest.model.build.change -
-
Uses of RestChange in com.atlassian.bamboo.plugins.rest.model.build.change
Methods in com.atlassian.bamboo.plugins.rest.model.build.change that return RestChange Modifier and Type Method Description protected RestChange
RestChangeExpander. expandInternal(RestChange change)
Methods in com.atlassian.bamboo.plugins.rest.model.build.change that return types with arguments of type RestChange Modifier and Type Method Description static com.google.common.base.Function<Commit,RestChange>
RestChange. createFromCommitFunction()
Deprecated.since 5.11 use the constructorList<RestChange>
RestChangeList. getChange()
Methods in com.atlassian.bamboo.plugins.rest.model.build.change with parameters of type RestChange Modifier and Type Method Description protected RestChange
RestChangeExpander. expandInternal(RestChange change)
Method parameters in com.atlassian.bamboo.plugins.rest.model.build.change with type arguments of type RestChange Modifier and Type Method Description void
RestChangeList. setChange(List<RestChange> change)
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build.change with type arguments of type RestChange Constructor Description RestChangeList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestChange> callback)
-