Uses of Class
com.atlassian.bamboo.rest.entity.NamedEntity

Packages that use NamedEntity
com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node   
com.atlassian.bamboo.rest.adapter   
com.atlassian.bamboo.rest.entity   
 

Uses of NamedEntity in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node
 

Subclasses of NamedEntity in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node
 class BitbucketNodeNamedEntity
           
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node that return NamedEntity
 NamedEntity<BitbucketNodeEntity> BitbucketNodeEntityAdapter.createNamedEntity(java.lang.String name, BitbucketNodeEntity value)
           
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node that return types with arguments of type NamedEntity
static com.google.common.base.Function<NamedEntity<? extends BitbucketNodeEntity>,BitbucketNodeEntity> BitbucketNodeNamedEntity.extract()
           
 

Uses of NamedEntity in com.atlassian.bamboo.rest.adapter
 

Methods in com.atlassian.bamboo.rest.adapter that return NamedEntity
 NamedEntity<FieldErrorsEntity> FieldErrorsEntityAdapter.createNamedEntity(java.lang.String name, FieldErrorsEntity value)
           
abstract  NamedEntity<T> NamedEntityAdapter.createNamedEntity(java.lang.String name, T value)
           
 NamedEntity<T> NamedEntityAdapter.unmarshal(org.w3c.dom.Element element)
           
 

Methods in com.atlassian.bamboo.rest.adapter with parameters of type NamedEntity
 org.w3c.dom.Element NamedEntityAdapter.marshal(NamedEntity<T> entity)
           
 

Uses of NamedEntity in com.atlassian.bamboo.rest.entity
 

Subclasses of NamedEntity in com.atlassian.bamboo.rest.entity
 class FieldErrorsNamedEntity
           
 

Methods in com.atlassian.bamboo.rest.entity that return types with arguments of type NamedEntity
static
<T> com.google.common.base.Function<NamedEntity<? extends T>,T>
NamedEntity.extract()
           
 



Copyright © 2012 Atlassian. All Rights Reserved.