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 TypeClassDescriptionclassDefault 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 TypeMethodDescriptionintRemoteAgentAuthenticationImpl.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 RemoteAgentAuthenticationEntityRemoteAgentAuthenticationDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication) Save and return a new remote agent authentication.@NotNull RemoteAgentAuthenticationEntityRemoteAgentAuthenticationHibernateDao.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 RemoteAgentAuthenticationEntityRemoteAgentAuthenticationDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication) Save and return a new remote agent authentication.@NotNull RemoteAgentAuthenticationEntityRemoteAgentAuthenticationHibernateDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication) Method parameters in com.atlassian.bamboo.buildqueue.dao with type arguments of type RemoteAgentAuthenticationEntityModifier and TypeMethodDescriptionvoidRemoteAgentAuthenticationDao.approve(Iterable<RemoteAgentAuthenticationEntity> authentications) Approve all authentications in the collection.voidRemoteAgentAuthenticationHibernateDao.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 RemoteAgentAuthenticationEntityRemoteAgentAuthenticationMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type RemoteAgentAuthenticationEntityModifier and TypeMethodDescriptionvoidRemoteAgentAuthenticationMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<RemoteAgentAuthenticationEntity> list, @NotNull RemoteAgentAuthenticationEntity object, long objectIndex, @NotNull org.hibernate.Session session) protected voidRemoteAgentAuthenticationMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull RemoteAgentAuthenticationEntity object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidRemoteAgentAuthenticationMapper.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 TypeMethodDescriptionvoidRemoteAgentAuthenticationMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<RemoteAgentAuthenticationEntity> list, @NotNull RemoteAgentAuthenticationEntity object, long objectIndex, @NotNull org.hibernate.Session session)