Module: Pantograph::Actions::SharedValues

Defined in:
pantograph/lib/pantograph/actions/ssh.rb,
pantograph/lib/pantograph/actions/rsync.rb,
pantograph/lib/pantograph/actions/gradle.rb,
pantograph/lib/pantograph/actions/download.rb,
pantograph/lib/pantograph/actions/git_branch.rb,
pantograph/lib/pantograph/actions/github_api.rb,
pantograph/lib/pantograph/actions/is_verbose.rb,
pantograph/lib/pantograph/actions/artifactory.rb,
pantograph/lib/pantograph/actions/ruby_version.rb,
pantograph/lib/pantograph/actions/actions_helper.rb,
pantograph/lib/pantograph/actions/default_platform.rb,
pantograph/lib/pantograph/actions/number_of_commits.rb,
pantograph/lib/pantograph/actions/get_github_release.rb,
pantograph/lib/pantograph/actions/set_github_release.rb,
pantograph/lib/pantograph/actions/create_pull_request.rb,
pantograph/lib/pantograph/actions/ensure_git_status_clean.rb,
pantograph/lib/pantograph/actions/changelog_from_git_commits.rb

Constant Summary collapse

SSH_STDOUT_VALUE =
:SSH_STDOUT_VALUE
SSH_STDERR_VALUE =
:SSH_STDERR_VALUE
GRADLE_ARTIFACT_OUTPUT_PATH =
:GRADLE_ARTIFACT_OUTPUT_PATH
GRADLE_FLAVOR =
:GRADLE_FLAVOR
GRADLE_BUILD_TYPE =
:GRADLE_BUILD_TYPE
DOWNLOAD_CONTENT =
:DOWNLOAD_CONTENT
GIT_BRANCH_NAME =
:GIT_BRANCH_NAME
GITHUB_API_STATUS_CODE =
:GITHUB_API_STATUS_CODE
GITHUB_API_RESPONSE =
:GITHUB_API_RESPONSE
GITHUB_API_JSON =
:GITHUB_API_JSON
IS_VERBOSE =
:IS_VERBOSE
ARTIFACTORY_DOWNLOAD_URL =
:ARTIFACTORY_DOWNLOAD_URL
ARTIFACTORY_DOWNLOAD_SIZE =
:ARTIFACTORY_DOWNLOAD_SIZE
LANE_NAME =
:LANE_NAME
PLATFORM_NAME =
:PLATFORM_NAME
ENVIRONMENT =
:ENVIRONMENT
DEFAULT_PLATFORM =
:DEFAULT_PLATFORM
NUMBER_OF_COMMITS =
:NUMBER_OF_COMMITS
GET_GITHUB_RELEASE_INFO =
:GET_GITHUB_RELEASE_INFO
:SET_GITHUB_RELEASE_HTML_LINK
SET_GITHUB_RELEASE_RELEASE_ID =
:SET_GITHUB_RELEASE_RELEASE_ID
SET_GITHUB_RELEASE_JSON =
:SET_GITHUB_RELEASE_JSON
CREATE_PULL_REQUEST_HTML_URL =
:CREATE_PULL_REQUEST_HTML_URL
ENSURE_GIT_STATUS_CLEAN =
:ENSURE_GIT_STATUS_CLEAN