| 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 |
|---|---|
@NotNull RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationHibernateDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication) |
@NotNull RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication)
Save and return a new remote agent authentication.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationHibernateDao.saveAndReturn(RemoteAgentAuthenticationEntity authentication) |
@NotNull 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 @NotNull RemoteAgentAuthenticationEntity |
RemoteAgentAuthenticationMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.