@atomist/automation-client
Version:
Atomist API for software low-level client
21 lines • 1.74 kB
TypeScript
export { AtomistBuild, AtomistLinkImage, AtomistWebhookType, postAtomistWebhook, webhookBaseUrl, } from "./atomistWebhook";
export { Configuration, configurationValue, getUserConfig, resolveWorkspaceIds, UserConfig, userConfigPath, writeUserConfig, } from "./configuration";
export { CommandHandler, ConfigurableCommandHandler, EventHandler, MappedParameter, MappedParameters, Parameter, Parameters, Secret, Secrets, Value, Tags, } from "./decorators";
export { automationClientInstance } from "./globals";
import * as GraphQL from "./graph/graphQL";
export { GraphQL };
export { HandleCommand } from "./HandleCommand";
export { EventFired, HandleEvent, } from "./HandleEvent";
export { AutomationContextAware, ConfigurationAware, HandlerContext, HandlerLifecycle, } from "./HandlerContext";
export { failure, Failure, FailurePromise, HandlerError, HandlerResult, RedirectResult, reduceResults, success, Success, SuccessPromise, } from "./HandlerResult";
export { obtainGitInfo, } from "./internal/env/gitInfo";
export { Arg, CommandInvocation, } from "./internal/invoker/Payload";
export { logger, LoggingConfig, } from "./internal/util/logger";
export { BitBucketRepoRef, } from "./operations/common/BitBucketRepoRef";
export { BitBucketServerRepoRef, } from "./operations/common/BitBucketServerRepoRef";
export { GitHubRepoRef, } from "./operations/common/GitHubRepoRef";
export { RemoteRepoRef, RepoRef, } from "./operations/common/RepoId";
export { AutomationEventListener } from "./server/AutomationEventListener";
export { GraphClient, MutationOptions, QueryOptions, } from "./spi/graph/GraphClient";
export { Destination, MessageOptions, SlackDestination, } from "./spi/message/MessageClient";
//# sourceMappingURL=index.d.ts.map