|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteAgentAuthenticationEntity | |
---|---|
com.atlassian.bamboo.buildqueue | |
com.atlassian.bamboo.buildqueue.dao | |
com.atlassian.bamboo.migration.stream |
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.buildqueue |
---|
Classes in com.atlassian.bamboo.buildqueue that implement RemoteAgentAuthenticationEntity | |
---|---|
class |
RemoteAgentAuthenticationImpl
Default implementation of RemoteAgentAuthenticationEntity . |
Methods in com.atlassian.bamboo.buildqueue that return types with arguments of type RemoteAgentAuthenticationEntity | |
---|---|
static com.google.common.base.Function<RemoteAgentAuthenticationEntity,ImmutableRemoteAgentAuthentication> |
RemoteAgentAuthentications.fromEntity()
|
static com.google.common.base.Function<RemoteAgentAuthentication,RemoteAgentAuthenticationEntity> |
RemoteAgentAuthentications.toEntity(RemoteAgentAuthenticationDao agentAuthenticationDao)
|
Methods in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentAuthenticationEntity | |
---|---|
int |
RemoteAgentAuthenticationImpl.compareTo(RemoteAgentAuthenticationEntity other)
|
Constructors in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentAuthenticationEntity | |
---|---|
ImmutableRemoteAgentAuthentication(RemoteAgentAuthenticationEntity entity)
|
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.buildqueue.dao |
---|
Methods in com.atlassian.bamboo.buildqueue.dao that return RemoteAgentAuthenticationEntity | |
---|---|
RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationHibernateDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication)
|
RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication)
Save and return a new remote agent authentication. |
Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type RemoteAgentAuthenticationEntity | |
---|---|
java.util.Collection<RemoteAgentAuthenticationEntity> |
RemoteAgentAuthenticationHibernateDao.getAllAuthentications()
|
java.util.Collection<RemoteAgentAuthenticationEntity> |
RemoteAgentAuthenticationDao.getAllAuthentications()
Get all agent authentications. |
Methods in com.atlassian.bamboo.buildqueue.dao with parameters of type RemoteAgentAuthenticationEntity | |
---|---|
RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationHibernateDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication)
|
RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication)
Save and return a new remote agent authentication. |
Method parameters in com.atlassian.bamboo.buildqueue.dao with type arguments of type RemoteAgentAuthenticationEntity | |
---|---|
void |
RemoteAgentAuthenticationHibernateDao.approve(java.lang.Iterable<RemoteAgentAuthenticationEntity> authentications)
|
void |
RemoteAgentAuthenticationDao.approve(java.lang.Iterable<RemoteAgentAuthenticationEntity> authentications)
Approve all authentications in the collection. |
Uses of RemoteAgentAuthenticationEntity in com.atlassian.bamboo.migration.stream |
---|
Methods in com.atlassian.bamboo.migration.stream that return RemoteAgentAuthenticationEntity | |
---|---|
protected RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
Methods in com.atlassian.bamboo.migration.stream with parameters of type RemoteAgentAuthenticationEntity | |
---|---|
void |
RemoteAgentAuthenticationMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<RemoteAgentAuthenticationEntity> list,
RemoteAgentAuthenticationEntity object,
long objectIndex,
net.sf.hibernate.Session session)
|
protected void |
RemoteAgentAuthenticationMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
RemoteAgentAuthenticationEntity object,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
protected void |
RemoteAgentAuthenticationMapper.importProperties(RemoteAgentAuthenticationEntity object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type RemoteAgentAuthenticationEntity | |
---|---|
void |
RemoteAgentAuthenticationMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<RemoteAgentAuthenticationEntity> list,
RemoteAgentAuthenticationEntity object,
long objectIndex,
net.sf.hibernate.Session session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |