UNPKG

1.69 kBTypeScriptView Raw
1export { AtomistBuild, AtomistLinkImage, AtomistWebhookType, postAtomistWebhook, webhookBaseUrl, } from "./atomistWebhook";
2export { Configuration, configurationValue, getUserConfig, resolveWorkspaceIds, UserConfig, userConfigPath, writeUserConfig, } from "./configuration";
3export { CommandHandler, ConfigurableCommandHandler, EventHandler, MappedParameter, MappedParameters, Parameter, Parameters, Secret, Secrets, Value, Tags, } from "./decorators";
4export { automationClientInstance } from "./globals";
5import * as GraphQL from "./graph/graphQL";
6export { GraphQL };
7export { HandleCommand } from "./HandleCommand";
8export { EventFired, HandleEvent, } from "./HandleEvent";
9export { AutomationContextAware, ConfigurationAware, HandlerContext, HandlerLifecycle, } from "./HandlerContext";
10export { failure, Failure, FailurePromise, HandlerError, HandlerResult, RedirectResult, reduceResults, success, Success, SuccessPromise, } from "./HandlerResult";
11export { obtainGitInfo, } from "./internal/env/gitInfo";
12export { Arg, CommandInvocation, } from "./internal/invoker/Payload";
13export { logger, LoggingConfig, } from "./internal/util/logger";
14export { BitBucketRepoRef, } from "./operations/common/BitBucketRepoRef";
15export { BitBucketServerRepoRef, } from "./operations/common/BitBucketServerRepoRef";
16export { GitHubRepoRef, } from "./operations/common/GitHubRepoRef";
17export { RemoteRepoRef, RepoRef, } from "./operations/common/RepoId";
18export { AutomationEventListener } from "./server/AutomationEventListener";
19export { GraphClient, MutationOptions, QueryOptions, } from "./spi/graph/GraphClient";
20export * from "./spi/message/MessageClient";
21//# sourceMappingURL=index.d.ts.map
\No newline at end of file