Table of Contents - deploy_changes_notifier-0.1.1 Documentation
Classes and Modules
- DeployChanges
- DeployChanges::ErrorRaiser
- DeployChanges::Errors
- DeployChanges::Errors::DeployJobBuildNumberMissing
- DeployChanges::Errors::DeployJobNameMissing
- DeployChanges::Errors::GitRepoCloneFailed
- DeployChanges::Errors::InvalidGitRepoUrl
- DeployChanges::Errors::InvalidTagName
- DeployChanges::Errors::SlackApiTokenMissing
- DeployChanges::Errors::SlackChannelMissing
- DeployChanges::Errors::TagPrefixMissingError
- DeployChanges::Notifier
- DeployChanges::Validator
Methods
- ::new — DeployChanges::Notifier
- ::new — DeployChanges::Validator
- #cleanup_repo — DeployChanges::Notifier
- #clone_repo — DeployChanges::Notifier
- #configure_slack — DeployChanges::Notifier
- #deploy_changes_command — DeployChanges::Notifier
- #deploy_changes_command_output — DeployChanges::Notifier
- #deploy_changes_list — DeployChanges::Notifier
- #deploy_changes_message — DeployChanges::Notifier
- #deploy_job_build_number= — DeployChanges::Notifier
- #deploy_job_name= — DeployChanges::Notifier
- #git_repo_directory — DeployChanges::Notifier
- #git_repo_url= — DeployChanges::Notifier
- #git_repo_url_regex — DeployChanges::Validator
- #git_tag_exists? — DeployChanges::Validator
- #last_command_successful? — DeployChanges::Validator
- #non_empty_string? — DeployChanges::Validator
- #previous_tag_from_tags_list — DeployChanges::Notifier
- #previous_tag_name — DeployChanges::Notifier
- #raise_deploy_job_build_number_missing_error — DeployChanges::ErrorRaiser
- #raise_deploy_job_name_missing_error — DeployChanges::ErrorRaiser
- #raise_git_repo_clone_failed_error — DeployChanges::ErrorRaiser
- #raise_invalid_git_repo_url_error — DeployChanges::ErrorRaiser
- #raise_invalid_tag_name_error — DeployChanges::ErrorRaiser
- #raise_slack_api_token_missing_error — DeployChanges::ErrorRaiser
- #raise_slack_channel_missing_error — DeployChanges::ErrorRaiser
- #raise_tag_prefix_missing_error — DeployChanges::ErrorRaiser
- #send_deploy_changes_notification — DeployChanges::Notifier
- #send_slack_notification — DeployChanges::Notifier
- #slack_channel= — DeployChanges::Notifier
- #slack_client — DeployChanges::Notifier
- #tag_prefix= — DeployChanges::Notifier
- #tags_list — DeployChanges::Notifier
- #tags_list_command_output — DeployChanges::Notifier
- #validate_deploy_job_build_number — DeployChanges::Validator
- #validate_deploy_job_name — DeployChanges::Validator
- #validate_new_tag — DeployChanges::Validator
- #validate_repo_cloned — DeployChanges::Validator
- #validate_repo_url — DeployChanges::Validator
- #validate_slack_api_token — DeployChanges::Validator
- #validate_slack_channel_name — DeployChanges::Validator
- #validate_tag_prefix — DeployChanges::Validator