Uses of Class
com.atlassian.bamboo.rest.entity.NamedEntity
Packages that use NamedEntity
Package
Description
-
Uses of NamedEntity in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node
Subclasses of NamedEntity in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.nodeMethods in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node that return NamedEntityModifier and TypeMethodDescriptionBitbucketNodeEntityAdapter.createNamedEntity
(@NotNull String name, @NotNull BitbucketNodeEntity value) Methods in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node with parameters of type NamedEntityModifier and TypeMethodDescriptionstatic BitbucketNodeEntity
BitbucketNodeNamedEntity.extract
(NamedEntity<BitbucketNodeEntity> entity) -
Uses of NamedEntity in com.atlassian.bamboo.rest.adapter
Methods in com.atlassian.bamboo.rest.adapter that return NamedEntityModifier and TypeMethodDescriptionFieldErrorsEntityAdapter.createNamedEntity
(@NotNull String name, @NotNull FieldErrorsEntity value) abstract NamedEntity<T>
NamedEntityAdapter.createNamedEntity
(@NotNull String name, T value) Methods in com.atlassian.bamboo.rest.adapter with parameters of type NamedEntity -
Uses of NamedEntity in com.atlassian.bamboo.rest.entity
Subclasses of NamedEntity in com.atlassian.bamboo.rest.entityMethods in com.atlassian.bamboo.rest.entity that return types with arguments of type NamedEntityModifier and TypeMethodDescriptionstatic <T> Function<NamedEntity<? extends T>,
T> NamedEntity.extract()