Uses of Interface
com.atlassian.bamboo.security.TrustedKey
-
-
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 TrustedKey Modifier and Type Method Description @NotNull Set<TrustedKey>RemoteTrustedKeyHelperImpl. getTrustedKeys() -
Uses of TrustedKey in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return TrustedKey Modifier and Type Method Description TrustedKeyTrustedKeySavedEvent. getTrustedKey() -
Uses of TrustedKey in com.atlassian.bamboo.pageobjects.pages.admin
Classes in com.atlassian.bamboo.pageobjects.pages.admin that implement TrustedKey Modifier and Type Class Description static classTrustedKeysPage.TrustedKeyImplMethods in com.atlassian.bamboo.pageobjects.pages.admin that return types with arguments of type TrustedKey Modifier and Type Method Description Optional<TrustedKey>TrustedKeysPage. findTrustedKeys(String host, String key)List<TrustedKey>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 Modifier and Type Method Description TrustedKeyTrustedKeyFetcher. getKey() -
Uses of TrustedKey in com.atlassian.bamboo.plugins.rest.admin.ssh
Methods in com.atlassian.bamboo.plugins.rest.admin.ssh with parameters of type TrustedKey Modifier and Type Method Description @NotNull RestTrustedKeyTrustedKeyConversionFunction. apply(@NotNull TrustedKey input, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of TrustedKey in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return TrustedKey Modifier and Type Method Description @Nullable TrustedKeyHostKeyVerificationException. getTrustedKey()Constructors in com.atlassian.bamboo.repository with parameters of type TrustedKey Constructor Description HostKeyVerificationException(@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 TrustedKey Modifier and Type Method Description protected @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 TrustedKey Modifier and Type Class Description classTrustedKeyDTOUse for server-agent communication.classTrustedKeyImplFields in com.atlassian.bamboo.security with type parameters of type TrustedKey Modifier and Type Field Description static Function<TrustedKey,TrustedKeyDTO>TrustedKeyDTO. CONVERTERstatic Function<TrustedKey,String>TrustedKeyHelper. KNOWN_HOSTS_FUNCTIONPrepare row for known_hosts fileMethods in com.atlassian.bamboo.security that return TrustedKey Modifier and Type Method Description protected @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 TrustedKeyTrustedKeyDTO. from(@Nullable String string)Methods in com.atlassian.bamboo.security that return types with arguments of type TrustedKey Modifier and Type Method Description @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 TrustedKey Modifier and Type Method Description voidTrustedKeyMapper. 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 TrustedKey Modifier and Type Method Description voidTrustedKeyMapper. 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 Constructor Description TrustedKeyDTO(TrustedKey trustedKey) -
Uses of TrustedKey in com.atlassian.bamboo.server
Methods in com.atlassian.bamboo.server that return types with arguments of type TrustedKey Modifier and Type Method Description Set<TrustedKey>ServerStateService. getSshTrustedKeys()Set<TrustedKey>ServerStateServiceImpl. getSshTrustedKeys() -
Uses of TrustedKey in com.atlassian.bamboo.ssh
Methods in com.atlassian.bamboo.ssh that return TrustedKey Modifier and Type Method Description TrustedKeyUntrustedKeyException. getTrustedKey()Constructors in com.atlassian.bamboo.ssh with parameters of type TrustedKey Constructor Description UntrustedKeyException(TrustedKey trustedKey)UntrustedKeyException(String message, TrustedKey trustedKey)
-