Module: GithubPivotalFlow

Defined in:
lib/github_pivotal_flow/start.rb,
lib/github_pivotal_flow.rb,
lib/github_pivotal_flow/git.rb,
lib/github_pivotal_flow/shell.rb,
lib/github_pivotal_flow/story.rb,
lib/github_pivotal_flow/finish.rb,
lib/github_pivotal_flow/command.rb,
lib/github_pivotal_flow/project.rb,
lib/github_pivotal_flow/publish.rb,
lib/github_pivotal_flow/version.rb,
lib/github_pivotal_flow/github_api.rb,
lib/github_pivotal_flow/configuration.rb

Overview

The class that encapsulates finishing a Pivotal Tracker Story

Defined Under Namespace

Classes: Command, Configuration, Finish, Git, GitHubAPI, Project, Publish, Shell, Start, Story

Constant Summary collapse

KEY_USER_NAME =
'user.name'.freeze
KEY_API_TOKEN =
'pivotal.api-token'.freeze
KEY_PROJECT_ID =
'pivotal.project-id'.freeze
KEY_STORY_ID =
'pivotal-story-id'.freeze
KEY_FEATURE_PREFIX =
'gitflow.prefix.feature'.freeze
KEY_HOTFIX_PREFIX =
'gitflow.prefix.hotfix'.freeze
KEY_RELEASE_PREFIX =
'gitflow.prefix.release'.freeze
KEY_DEVELOPMENT_BRANCH =
'gitflow.branch.develop'.freeze
KEY_MASTER_BRANCH =
'gitflow.branch.master'.freeze
KEY_GITHUB_USERNAME =
'github.username'.freeze
KEY_GITHUB_API_TOKEN =
'github.api-token'.freeze
VERSION =
'1.3'