Uses of Interface
com.atlassian.bamboo.buildqueue.RemoteAgentAuthentication
Packages that use RemoteAgentAuthentication
Package
Description
-
Uses of RemoteAgentAuthentication in com.atlassian.bamboo.buildqueue
Subinterfaces of RemoteAgentAuthentication in com.atlassian.bamboo.buildqueueModifier and TypeInterfaceDescriptioninterfaceRepresents entity with authentication data of a remote agent.Classes in com.atlassian.bamboo.buildqueue that implement RemoteAgentAuthenticationModifier and TypeClassDescriptionclassImmutable business object representing remote agent authentication request.classDefault implementation ofRemoteAgentAuthenticationEntity.Methods in com.atlassian.bamboo.buildqueue that return types with arguments of type RemoteAgentAuthenticationModifier and TypeMethodDescriptionstatic 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>Predicate checking if given authentication matches the ip.static com.google.common.base.Predicate<RemoteAgentAuthentication>Predicate checking if an authentication matches given uuid.static com.google.common.base.Predicate<RemoteAgentAuthentication>static com.google.common.base.Predicate<RemoteAgentAuthentication>RemoteAgentAuthentications.matchingUuidOf(@NotNull Iterable<RemoteAgentAuthentication> authentications) RemoteAgentAuthentications.toEntity(RemoteAgentAuthenticationDao agentAuthenticationDao) Methods in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentAuthenticationModifier and TypeMethodDescriptionintImmutableRemoteAgentAuthentication.compareTo(RemoteAgentAuthentication other) Method parameters in com.atlassian.bamboo.buildqueue with type arguments of type RemoteAgentAuthenticationModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<RemoteAgentAuthentication>RemoteAgentAuthentications.matchingUuidOf(@NotNull Iterable<RemoteAgentAuthentication> authentications) -
Uses of RemoteAgentAuthentication in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return RemoteAgentAuthenticationModifier and TypeMethodDescription@Nullable RemoteAgentAuthenticationRemoteAgentAuthenticationManager.getAuthentication(UUID uuid) Get first remote agent authentication matching the IP and UUID.@Nullable RemoteAgentAuthenticationRemoteAgentAuthenticationManager.getAuthentication(UUID uuid, String ip) Get remote agent authentication matching the IP and UUID.RemoteAgentAuthenticationManagerImpl.getAuthentication(UUID uuid) @Nullable RemoteAgentAuthenticationRemoteAgentAuthenticationManagerImpl.getAuthentication(UUID uuid, String ip) Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type RemoteAgentAuthenticationModifier and TypeMethodDescription@NotNull Iterable<RemoteAgentAuthentication>RemoteAgentAuthenticationManager.getAllAuthentications()Get all agent authentications known to this Bamboo server.@NotNull Iterable<RemoteAgentAuthentication>RemoteAgentAuthenticationManagerImpl.getAllAuthentications()@NotNull Iterable<RemoteAgentAuthentication>RemoteAgentAuthenticationManager.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter) Get authentication filtered by given filter.@NotNull Iterable<RemoteAgentAuthentication>RemoteAgentAuthenticationManagerImpl.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter) @NotNull org.apache.commons.lang3.tuple.Pair<RemoteAgentAuthentication,Boolean> RemoteAgentAuthenticationManager.getOrCreatePendingAuthentication(@NotNull UUID uuid, @NotNull String ip, @Nullable Long agentId, boolean agentIdValidationEnabled) Create a new pending authentication for given IP address and UUID.@NotNull org.apache.commons.lang3.tuple.Pair<RemoteAgentAuthentication,Boolean> RemoteAgentAuthenticationManagerImpl.getOrCreatePendingAuthentication(@NotNull UUID uuid, @NotNull String ip, @Nullable Long agentId, boolean strictAuthEnabled) Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type RemoteAgentAuthenticationModifier and TypeMethodDescriptionvoidRemoteAgentAuthenticationManager.approveAuthentications(@NotNull Iterable<RemoteAgentAuthentication> authentications) Approve all authentications from the list.voidRemoteAgentAuthenticationManagerImpl.approveAuthentications(@NotNull Iterable<RemoteAgentAuthentication> authentications) @NotNull Iterable<RemoteAgentAuthentication>RemoteAgentAuthenticationManager.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter) Get authentication filtered by given filter.@NotNull Iterable<RemoteAgentAuthentication>RemoteAgentAuthenticationManagerImpl.getAuthentications(com.google.common.base.Predicate<RemoteAgentAuthentication> filter) voidRemoteAgentAuthenticationManager.revokeAgentAuthentications(@NotNull Iterable<RemoteAgentAuthentication> authentications) Revoke approval for given agent authentications.voidRemoteAgentAuthenticationManagerImpl.revokeAgentAuthentications(@NotNull Iterable<RemoteAgentAuthentication> authentications) -
Uses of RemoteAgentAuthentication in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return RemoteAgentAuthenticationModifier and TypeMethodDescriptionprotected RemoteAgentAuthenticationAbstractRemoteAgentAuthenticationAction.findAuthentication(UUID uuid) protected RemoteAgentAuthenticationConfigureRemoteAgentAuthentications.findAuthentication(UUID uuid) protected RemoteAgentAuthenticationAbstractRemoteAgentAuthenticationAction.findByUuid(String uuid) Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type RemoteAgentAuthentication