Uses of Interface
com.atlassian.bamboo.security.TrustedKey
Packages that use TrustedKey
Package
Description
-
Uses of TrustedKey in com.atlassian.bamboo.agent.remote.security
Methods in com.atlassian.bamboo.agent.remote.security that return types with arguments of type TrustedKeyModifier and TypeMethodDescription@NotNull Set<TrustedKey> RemoteTrustedKeyHelperImpl.getTrustedKeys() -
Uses of TrustedKey in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return TrustedKey -
Uses of TrustedKey in com.atlassian.bamboo.pageobjects.pages.admin
Classes in com.atlassian.bamboo.pageobjects.pages.admin that implement TrustedKeyMethods in com.atlassian.bamboo.pageobjects.pages.admin that return types with arguments of type TrustedKeyModifier and TypeMethodDescriptionTrustedKeysPage.findTrustedKeys(String host, String key) TrustedKeysPage.getTrustedKeys() -
Uses of TrustedKey in com.atlassian.bamboo.plugins.git.jgit.transport
Methods in com.atlassian.bamboo.plugins.git.jgit.transport that return TrustedKey -
Uses of TrustedKey in com.atlassian.bamboo.plugins.rest.admin.ssh
Methods in com.atlassian.bamboo.plugins.rest.admin.ssh with parameters of type TrustedKeyModifier and TypeMethodDescription@NotNull RestTrustedKeyTrustedKeyConversionFunction.apply(@NotNull TrustedKey input, @NotNull Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) -
Uses of TrustedKey in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return TrustedKeyModifier and TypeMethodDescription@Nullable TrustedKeyHostKeyVerificationException.getTrustedKey()Constructors in com.atlassian.bamboo.repository with parameters of type TrustedKeyModifierConstructorDescriptionHostKeyVerificationException(@NotNull String message, @Nullable Throwable cause, @Nullable TrustedKey trustedKey) Create an exception containing the message and root causeHostKeyVerificationException(String message, @Nullable Throwable cause, String stdout, String stderr, @Nullable List<String> passwordsToObfuscate, @Nullable TrustedKey trustedKey) -
Uses of TrustedKey in com.atlassian.bamboo.repository.svn.v2
Methods in com.atlassian.bamboo.repository.svn.v2 that return TrustedKeyModifier and TypeMethodDescriptionprotected @Nullable TrustedKeyAbstractSvnExecutor.extractTrustedKey(@NotNull org.tmatesoft.svn.core.SVNException e) -
Uses of TrustedKey in com.atlassian.bamboo.security
Classes in com.atlassian.bamboo.security that implement TrustedKeyModifier and TypeClassDescriptionclassUse for server-agent communication.classFields in com.atlassian.bamboo.security with type parameters of type TrustedKeyModifier and TypeFieldDescriptionstatic Function<TrustedKey, TrustedKeyDTO> TrustedKeyDTO.CONVERTERstatic final Function<TrustedKey, String> TrustedKeyHelper.KNOWN_HOSTS_FUNCTIONPrepare row for known_hosts fileMethods in com.atlassian.bamboo.security that return TrustedKeyModifier and TypeMethodDescriptionprotected @NotNull TrustedKeyTrustedKeyMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) @Nullable TrustedKeyTrustedKeyDao.findByHostAndKey(@NotNull String host, @NotNull String key) @Nullable TrustedKeyTrustedKeyHibernateDaoImpl.findByHostAndKey(@NotNull String host, @NotNull String key) @Nullable TrustedKeyTrustedKeyDao.findById(long id) @Nullable TrustedKeyTrustedKeyHibernateDaoImpl.findById(long id) static @NotNull TrustedKeyMethods in com.atlassian.bamboo.security that return types with arguments of type TrustedKeyModifier and TypeMethodDescription@NotNull List<TrustedKey> TrustedKeyDao.findAll()@NotNull List<TrustedKey> TrustedKeyHibernateDaoImpl.findAll()@NotNull List<TrustedKey> TrustedKeyService.findAll()@NotNull List<TrustedKey> TrustedKeyServiceImpl.findAll()@NotNull List<TrustedKey> TrustedKeyService.findApproved()@NotNull List<TrustedKey> TrustedKeyServiceImpl.findApproved()@NotNull Collection<TrustedKey> ServerTrustedKeyHelperImpl.getTrustedKeys()@NotNull Collection<TrustedKey> TrustedKeyHelper.getTrustedKeys()Methods in com.atlassian.bamboo.security with parameters of type TrustedKeyModifier and TypeMethodDescriptionvoidTrustedKeyMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TrustedKey> list, @NotNull TrustedKey object, long objectIndex, @NotNull org.hibernate.Session session) protected voidTrustedKeyMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TrustedKey trustedKey, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidTrustedKeyMapper.importProperties(@NotNull TrustedKey object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) booleanTrustedKeyService.save(@NotNull TrustedKey trustedKey) Persists the given trusted key.booleanTrustedKeyServiceImpl.save(@NotNull TrustedKey trustedKey) Method parameters in com.atlassian.bamboo.security with type arguments of type TrustedKeyModifier and TypeMethodDescriptionvoidTrustedKeyMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TrustedKey> list, @NotNull TrustedKey object, long objectIndex, @NotNull org.hibernate.Session session) Constructors in com.atlassian.bamboo.security with parameters of type TrustedKey -
Uses of TrustedKey in com.atlassian.bamboo.server
Methods in com.atlassian.bamboo.server that return types with arguments of type TrustedKeyModifier and TypeMethodDescriptionServerStateService.getSshTrustedKeys()ServerStateServiceImpl.getSshTrustedKeys() -
Uses of TrustedKey in com.atlassian.bamboo.ssh
Methods in com.atlassian.bamboo.ssh that return TrustedKeyConstructors in com.atlassian.bamboo.ssh with parameters of type TrustedKeyModifierConstructorDescriptionUntrustedKeyException(TrustedKey trustedKey) UntrustedKeyException(String message, TrustedKey trustedKey)