Uses of Interface
com.atlassian.bamboo.buildqueue.RemoteAgentAuthenticationEntity
Package
Description
-
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.buildqueue
Modifier and TypeClassDescriptionclass
Default implementation ofRemoteAgentAuthenticationEntity
.Modifier and TypeMethodDescriptionRemoteAgentAuthentications.fromEntity()
RemoteAgentAuthentications.fromEntityJdk()
RemoteAgentAuthentications.toEntity
(RemoteAgentAuthenticationDao agentAuthenticationDao) Modifier and TypeMethodDescriptionint
RemoteAgentAuthenticationImpl.compareTo
(RemoteAgentAuthenticationEntity other) ModifierConstructorDescription -
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.buildqueue.dao
Modifier and TypeMethodDescription@NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationDao.saveAndReturn
(RemoteAgentAuthenticationEntity authentication) Save and return a new remote agent authentication.@NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationHibernateDao.saveAndReturn
(RemoteAgentAuthenticationEntity authentication) Modifier and TypeMethodDescription@NotNull Collection<RemoteAgentAuthenticationEntity>
RemoteAgentAuthenticationDao.getAllAuthentications()
Get all agent authentications.@NotNull Collection<RemoteAgentAuthenticationEntity>
RemoteAgentAuthenticationHibernateDao.getAllAuthentications()
Modifier and TypeMethodDescription@NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationDao.saveAndReturn
(RemoteAgentAuthenticationEntity authentication) Save and return a new remote agent authentication.@NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationHibernateDao.saveAndReturn
(RemoteAgentAuthenticationEntity authentication) Modifier 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
Modifier and TypeMethodDescriptionprotected @NotNull RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier 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) Modifier 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)