| Package | Description |
|---|---|
| com.atlassian.bamboo.buildqueue | |
| com.atlassian.bamboo.buildqueue.manager | |
| com.atlassian.bamboo.configuration.agent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteAgentAuthenticationEntity
Represents entity with authentication data of a remote agent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRemoteAgentAuthentication
Immutable business object representing remote agent authentication request.
|
class |
RemoteAgentAuthenticationImpl
Default implementation of
RemoteAgentAuthenticationEntity. |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<RemoteAgentAuthentication,String> |
RemoteAgentAuthentications.getUuidAsString() |
static com.google.common.base.Predicate<RemoteAgentAuthentication> |
RemoteAgentAuthentications.isApproved() |
static com.google.common.base.Predicate<RemoteAgentAuthentication> |
RemoteAgentAuthentications.isPending() |
static com.google.common.base.Predicate<RemoteAgentAuthentication> |
RemoteAgentAuthentications.matching(@NotNull String requestIps)
Predicate checking if given authentication matches the ip.
|
static com.google.common.base.Predicate<RemoteAgentAuthentication> |
RemoteAgentAuthentications.matching(@NotNull UUID uuid)
Predicate checking if an authentication matches given uuid.
|
static com.google.common.base.Predicate<RemoteAgentAuthentication> |
RemoteAgentAuthentications.matching(@NotNull UUID uuid,
@NotNull String ip)
|
static com.google.common.base.Predicate<RemoteAgentAuthentication> |
RemoteAgentAuthentications.matchingUuidOf(@NotNull Iterable<RemoteAgentAuthentication> authentications) |
static com.google.common.base.Function<RemoteAgentAuthentication,RemoteAgentAuthenticationEntity> |
RemoteAgentAuthentications.toEntity(RemoteAgentAuthenticationDao agentAuthenticationDao) |
| Modifier and Type | Method and Description |
|---|---|
int |
ImmutableRemoteAgentAuthentication.compareTo(RemoteAgentAuthentication other) |
| Modifier and Type | Method and Description |
|---|---|
RemoteAgentAuthentication |
RemoteAgentAuthenticationManagerImpl.getAuthentication(UUID uuid) |
@Nullable RemoteAgentAuthentication |
RemoteAgentAuthenticationManager.getAuthentication(UUID uuid)
Get first remote agent authentication matching the IP and UUID.
|
@Nullable RemoteAgentAuthentication |
RemoteAgentAuthenticationManagerImpl.getAuthentication(UUID uuid,
String ip) |
@Nullable RemoteAgentAuthentication |
RemoteAgentAuthenticationManager.getAuthentication(UUID uuid,
String ip)
Get remote agent authentication matching the IP and UUID.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Iterable<RemoteAgentAuthentication> |
RemoteAgentAuthenticationManagerImpl.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter) |
@NotNull Iterable<RemoteAgentAuthentication> |
RemoteAgentAuthenticationManager.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter)
Get authentication filtered by given filter.
|
| Modifier and Type | Method and Description |
|---|---|
protected RemoteAgentAuthentication |
ConfigureRemoteAgentAuthentications.findAuthentication(UUID uuid) |
protected RemoteAgentAuthentication |
AbstractRemoteAgentAuthenticationAction.findAuthentication(UUID uuid) |
protected RemoteAgentAuthentication |
AbstractRemoteAgentAuthenticationAction.findByUuid(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RemoteAgentAuthentication> |
ViewRemoteAgentAuthentications.getAllAuthentications() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.