Uses of Interface
com.atlassian.bamboo.buildqueue.RemoteAgentAuthentication

Packages that use RemoteAgentAuthentication
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration.agent   
 

Uses of RemoteAgentAuthentication in com.atlassian.bamboo.buildqueue
 

Subinterfaces of RemoteAgentAuthentication in com.atlassian.bamboo.buildqueue
 interface RemoteAgentAuthenticationEntity
          Represents entity with authentication data of a remote agent.
 

Classes in com.atlassian.bamboo.buildqueue that implement RemoteAgentAuthentication
 class ImmutableRemoteAgentAuthentication
          Immutable business object representing remote agent authentication request.
 class RemoteAgentAuthenticationImpl
          Default implementation of RemoteAgentAuthenticationEntity.
 

Methods in com.atlassian.bamboo.buildqueue that return types with arguments of type RemoteAgentAuthentication
static com.google.common.base.Function<RemoteAgentAuthentication,java.lang.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(java.lang.String requestIps)
          

Predicate checking if given authentication matches the ip.

static com.google.common.base.Predicate<RemoteAgentAuthentication> RemoteAgentAuthentications.matching(java.util.UUID uuid)
          Predicate checking if an authentication matches given uuid.
static com.google.common.base.Predicate<RemoteAgentAuthentication> RemoteAgentAuthentications.matching(java.util.UUID uuid, java.lang.String ip)
          A combination of RemoteAgentAuthentications.matching(String) and RemoteAgentAuthentications.matching(java.util.UUID).
static com.google.common.base.Predicate<RemoteAgentAuthentication> RemoteAgentAuthentications.matchingUuidOf(java.lang.Iterable<RemoteAgentAuthentication> authentications)
           
static com.google.common.base.Function<RemoteAgentAuthentication,RemoteAgentAuthenticationEntity> RemoteAgentAuthentications.toEntity(RemoteAgentAuthenticationDao agentAuthenticationDao)
           
 

Methods in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentAuthentication
 int ImmutableRemoteAgentAuthentication.compareTo(RemoteAgentAuthentication other)
           
 

Method parameters in com.atlassian.bamboo.buildqueue with type arguments of type RemoteAgentAuthentication
static com.google.common.base.Predicate<RemoteAgentAuthentication> RemoteAgentAuthentications.matchingUuidOf(java.lang.Iterable<RemoteAgentAuthentication> authentications)
           
 

Uses of RemoteAgentAuthentication in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager that return RemoteAgentAuthentication
 RemoteAgentAuthentication RemoteAgentAuthenticationManagerImpl.getAuthentication(java.util.UUID uuid)
           
 RemoteAgentAuthentication RemoteAgentAuthenticationManager.getAuthentication(java.util.UUID uuid)
          

Get first remote agent authentication matching the IP and UUID.

 RemoteAgentAuthentication RemoteAgentAuthenticationManagerImpl.getAuthentication(java.util.UUID uuid, java.lang.String ip)
           
 RemoteAgentAuthentication RemoteAgentAuthenticationManager.getAuthentication(java.util.UUID uuid, java.lang.String ip)
          

Get remote agent authentication matching the IP and UUID.

 

Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type RemoteAgentAuthentication
 java.lang.Iterable<RemoteAgentAuthentication> RemoteAgentAuthenticationManagerImpl.getAllAuthentications()
           
 java.lang.Iterable<RemoteAgentAuthentication> RemoteAgentAuthenticationManager.getAllAuthentications()
          

Get all agent authentications known to this Bamboo server.

 java.lang.Iterable<RemoteAgentAuthentication> RemoteAgentAuthenticationManagerImpl.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter)
           
 java.lang.Iterable<RemoteAgentAuthentication> RemoteAgentAuthenticationManager.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter)
          Get authentication filtered by given filter.
 com.atlassian.fugue.Pair<RemoteAgentAuthentication,java.lang.Boolean> RemoteAgentAuthenticationManagerImpl.getOrCreatePendingAuthentication(java.util.UUID uuid, java.lang.String ip)
           
 com.atlassian.fugue.Pair<RemoteAgentAuthentication,java.lang.Boolean> RemoteAgentAuthenticationManager.getOrCreatePendingAuthentication(java.util.UUID uuid, java.lang.String ip)
          

Create a new pending authentication for given IP address and UUID.

 

Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type RemoteAgentAuthentication
 void RemoteAgentAuthenticationManagerImpl.approveAuthentications(java.lang.Iterable<RemoteAgentAuthentication> authentications)
           
 void RemoteAgentAuthenticationManager.approveAuthentications(java.lang.Iterable<RemoteAgentAuthentication> authentications)
          

Approve all authentications from the list.

 java.lang.Iterable<RemoteAgentAuthentication> RemoteAgentAuthenticationManagerImpl.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter)
           
 java.lang.Iterable<RemoteAgentAuthentication> RemoteAgentAuthenticationManager.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter)
          Get authentication filtered by given filter.
 void RemoteAgentAuthenticationManagerImpl.revokeAgentAuthentications(java.lang.Iterable<RemoteAgentAuthentication> authentications)
           
 void RemoteAgentAuthenticationManager.revokeAgentAuthentications(java.lang.Iterable<RemoteAgentAuthentication> authentications)
          

Revoke approval for given agent authentications.

 

Uses of RemoteAgentAuthentication in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent that return RemoteAgentAuthentication
protected  RemoteAgentAuthentication ConfigureRemoteAgentAuthentications.findAuthentication(java.util.UUID uuid)
           
protected  RemoteAgentAuthentication AbstractRemoteAgentAuthenticationAction.findAuthentication(java.util.UUID uuid)
           
protected  RemoteAgentAuthentication AbstractRemoteAgentAuthenticationAction.findByUuid(java.lang.String uuid)
           
 

Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type RemoteAgentAuthentication
 java.lang.Iterable<RemoteAgentAuthentication> ViewRemoteAgentAuthentications.getAllAuthentications()
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.