UNPKG

@atomist/automation-client

Version:
65 lines 3.26 kB
"use strict"; /* * Copyright © 2018 Atomist, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ Object.defineProperty(exports, "__esModule", { value: true }); var atomistWebhook_1 = require("./atomistWebhook"); exports.postAtomistWebhook = atomistWebhook_1.postAtomistWebhook; exports.webhookBaseUrl = atomistWebhook_1.webhookBaseUrl; var configuration_1 = require("./configuration"); exports.configurationValue = configuration_1.configurationValue; exports.getUserConfig = configuration_1.getUserConfig; exports.resolveWorkspaceIds = configuration_1.resolveWorkspaceIds; exports.userConfigPath = configuration_1.userConfigPath; exports.writeUserConfig = configuration_1.writeUserConfig; var decorators_1 = require("./decorators"); exports.CommandHandler = decorators_1.CommandHandler; exports.ConfigurableCommandHandler = decorators_1.ConfigurableCommandHandler; exports.EventHandler = decorators_1.EventHandler; exports.MappedParameter = decorators_1.MappedParameter; exports.MappedParameters = decorators_1.MappedParameters; exports.Parameter = decorators_1.Parameter; exports.Parameters = decorators_1.Parameters; exports.Secret = decorators_1.Secret; exports.Secrets = decorators_1.Secrets; exports.Value = decorators_1.Value; exports.Tags = decorators_1.Tags; var globals_1 = require("./globals"); exports.automationClientInstance = globals_1.automationClientInstance; const GraphQL = require("./graph/graphQL"); exports.GraphQL = GraphQL; var HandlerResult_1 = require("./HandlerResult"); exports.failure = HandlerResult_1.failure; exports.Failure = HandlerResult_1.Failure; exports.FailurePromise = HandlerResult_1.FailurePromise; exports.reduceResults = HandlerResult_1.reduceResults; exports.success = HandlerResult_1.success; exports.Success = HandlerResult_1.Success; exports.SuccessPromise = HandlerResult_1.SuccessPromise; var gitInfo_1 = require("./internal/env/gitInfo"); exports.obtainGitInfo = gitInfo_1.obtainGitInfo; var logger_1 = require("./internal/util/logger"); exports.logger = logger_1.logger; exports.LoggingConfig = logger_1.LoggingConfig; var BitBucketRepoRef_1 = require("./operations/common/BitBucketRepoRef"); exports.BitBucketRepoRef = BitBucketRepoRef_1.BitBucketRepoRef; var BitBucketServerRepoRef_1 = require("./operations/common/BitBucketServerRepoRef"); exports.BitBucketServerRepoRef = BitBucketServerRepoRef_1.BitBucketServerRepoRef; var GitHubRepoRef_1 = require("./operations/common/GitHubRepoRef"); exports.GitHubRepoRef = GitHubRepoRef_1.GitHubRepoRef; var MessageClient_1 = require("./spi/message/MessageClient"); exports.SlackDestination = MessageClient_1.SlackDestination; //# sourceMappingURL=index.js.map