Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityHandler ¶
type ActivityHandler interface {
Synchronize(*pivotal.Activity, *pivotal.Client, *jira.Client) error
}
ActivityHandler wraps the functionality to have a class factory for handling activity events from Pivotal Tracker
type ChangeHandler ¶
type ChangeHandler interface {
HandleChanges(*pivotal.Change, *pivotal.Client, *jira.Client) error
}
ChangeHandler wraps the functionality to have a class factory for handling change events from Pivotal Tracker
type DefaultActivityHandler ¶
type DefaultActivityHandler struct { }
DefaultActivityHandler is a fill in for types we do not want to handle
type EpicActivityHandler ¶
type EpicActivityHandler struct { }
EpicActivityHandler is the struct to wrap all Epic related updates
type StoryActivityHandler ¶
type StoryActivityHandler struct { }
StoryActivityHandler is a fill in for types we do not want to handle
Click to show internal directories.
Click to hide internal directories.