Package | Description |
---|---|
com.atlassian.bamboo.buildqueue | |
com.atlassian.bamboo.buildqueue.dao | |
com.atlassian.bamboo.migration.stream |
Modifier and Type | Class and Description |
---|---|
class |
RemoteAgentAuthenticationImpl
Default implementation of
RemoteAgentAuthenticationEntity . |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<RemoteAgentAuthenticationEntity,ImmutableRemoteAgentAuthentication> |
RemoteAgentAuthentications.fromEntity() |
static Function<RemoteAgentAuthenticationEntity,ImmutableRemoteAgentAuthentication> |
RemoteAgentAuthentications.fromEntityJdk() |
static com.google.common.base.Function<RemoteAgentAuthentication,RemoteAgentAuthenticationEntity> |
RemoteAgentAuthentications.toEntity(RemoteAgentAuthenticationDao agentAuthenticationDao) |
Modifier and Type | Method and Description |
---|---|
int |
RemoteAgentAuthenticationImpl.compareTo(RemoteAgentAuthenticationEntity other) |
Constructor and Description |
---|
ImmutableRemoteAgentAuthentication(RemoteAgentAuthenticationEntity entity) |
Modifier and Type | Method and Description |
---|---|
RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationHibernateDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication) |
RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication)
Save and return a new remote agent authentication.
|
Modifier and Type | Method and Description |
---|---|
Collection<RemoteAgentAuthenticationEntity> |
RemoteAgentAuthenticationHibernateDao.getAllAuthentications() |
Collection<RemoteAgentAuthenticationEntity> |
RemoteAgentAuthenticationDao.getAllAuthentications()
Get all agent authentications.
|
Modifier and Type | Method and Description |
---|---|
RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationHibernateDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication) |
RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication)
Save and return a new remote agent authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteAgentAuthenticationHibernateDao.approve(Iterable<RemoteAgentAuthenticationEntity> authentications) |
void |
RemoteAgentAuthenticationDao.approve(Iterable<RemoteAgentAuthenticationEntity> authentications)
Approve all authentications in the collection.
|
Modifier and Type | Method and Description |
---|---|
protected RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteAgentAuthenticationMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<RemoteAgentAuthenticationEntity> list,
RemoteAgentAuthenticationEntity object,
long objectIndex,
org.hibernate.Session session) |
protected void |
RemoteAgentAuthenticationMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
RemoteAgentAuthenticationEntity object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
RemoteAgentAuthenticationMapper.importProperties(RemoteAgentAuthenticationEntity object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteAgentAuthenticationMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<RemoteAgentAuthenticationEntity> list,
RemoteAgentAuthenticationEntity object,
long objectIndex,
org.hibernate.Session session) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.