Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.change.RestChange

Packages that use RestChange
com.atlassian.bamboo.plugins.rest.documentation   
com.atlassian.bamboo.plugins.rest.model.build.change   
 

Uses of RestChange in com.atlassian.bamboo.plugins.rest.documentation
 

Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestChange
static RestChange RestChangeExampleDocument.EXAMPLE_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
protected  RestChange RestChangeExpander.expandInternal(RestChange change)
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build.change that return types with arguments of type RestChange
static com.google.common.base.Function<Commit,RestChange> RestChange.createFromCommitFunction()
           
 java.util.List<RestChange> RestChangeList.getChange()
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build.change with parameters of type RestChange
protected  RestChange RestChangeExpander.expandInternal(RestChange change)
           
 

Method parameters in com.atlassian.bamboo.plugins.rest.model.build.change with type arguments of type RestChange
 void RestChangeList.setChange(java.util.List<RestChange> change)
           
 

Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build.change with type arguments of type RestChange
RestChangeList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestChange> callback)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.