Uses of Interface
com.atlassian.bamboo.buildqueue.RemoteAgentAuthenticationEntity
Packages that use RemoteAgentAuthenticationEntity
Package
Description
-
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.buildqueue
Classes in com.atlassian.bamboo.buildqueue that implement RemoteAgentAuthenticationEntityModifier and TypeClassDescriptionclass
Default implementation ofRemoteAgentAuthenticationEntity
.Methods in com.atlassian.bamboo.buildqueue that return types with arguments of type RemoteAgentAuthenticationEntityModifier and TypeMethodDescriptionRemoteAgentAuthentications.fromEntity()
RemoteAgentAuthentications.fromEntityJdk()
RemoteAgentAuthentications.toEntity
(RemoteAgentAuthenticationDao agentAuthenticationDao) Methods in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentAuthenticationEntityModifier and TypeMethodDescriptionint
RemoteAgentAuthenticationImpl.compareTo
(RemoteAgentAuthenticationEntity other) Constructors in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentAuthenticationEntityModifierConstructorDescription -
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return RemoteAgentAuthenticationEntityModifier and TypeMethodDescription@NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationDao.saveAndReturn
(RemoteAgentAuthenticationEntity authentication) Save and return a new remote agent authentication.@NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationHibernateDao.saveAndReturn
(RemoteAgentAuthenticationEntity authentication) Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type RemoteAgentAuthenticationEntityModifier and TypeMethodDescription@NotNull Collection<RemoteAgentAuthenticationEntity>
RemoteAgentAuthenticationDao.getAllAuthentications()
Get all agent authentications.@NotNull Collection<RemoteAgentAuthenticationEntity>
RemoteAgentAuthenticationHibernateDao.getAllAuthentications()
Methods in com.atlassian.bamboo.buildqueue.dao with parameters of type RemoteAgentAuthenticationEntityModifier and TypeMethodDescription@NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationDao.saveAndReturn
(RemoteAgentAuthenticationEntity authentication) Save and return a new remote agent authentication.@NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationHibernateDao.saveAndReturn
(RemoteAgentAuthenticationEntity authentication) Method parameters in com.atlassian.bamboo.buildqueue.dao with type arguments of type RemoteAgentAuthenticationEntityModifier and TypeMethodDescriptionvoid
RemoteAgentAuthenticationDao.approve
(Iterable<RemoteAgentAuthenticationEntity> authentications) Approve all authentications in the collection.void
RemoteAgentAuthenticationHibernateDao.approve
(Iterable<RemoteAgentAuthenticationEntity> authentications) -
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return RemoteAgentAuthenticationEntityModifier and TypeMethodDescriptionprotected @NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type RemoteAgentAuthenticationEntityModifier and TypeMethodDescriptionvoid
RemoteAgentAuthenticationMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<RemoteAgentAuthenticationEntity> list, @NotNull RemoteAgentAuthenticationEntity object, long objectIndex, @NotNull org.hibernate.Session session) protected void
RemoteAgentAuthenticationMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull RemoteAgentAuthenticationEntity object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
RemoteAgentAuthenticationMapper.importProperties
(@NotNull RemoteAgentAuthenticationEntity object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type RemoteAgentAuthenticationEntityModifier and TypeMethodDescriptionvoid
RemoteAgentAuthenticationMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<RemoteAgentAuthenticationEntity> list, @NotNull RemoteAgentAuthenticationEntity object, long objectIndex, @NotNull org.hibernate.Session session)