Documentation
¶
Index ¶
Constants ¶
View Source
const ( BUILD_PENDING = 0 BUILD_SUCCESS = 1 BUILD_RUNNING = 2 BUILD_FAILED = 3 BUILD_CANCELLED = 4 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CiFlowdockMessageCommand ¶
func (*CiFlowdockMessageCommand) Help ¶
func (c *CiFlowdockMessageCommand) Help() string
func (*CiFlowdockMessageCommand) Run ¶
func (c *CiFlowdockMessageCommand) Run(args []string) int
func (*CiFlowdockMessageCommand) Synopsis ¶
func (c *CiFlowdockMessageCommand) Synopsis() string
type CiFlowdockStatusCommand ¶
type CiFlowdockStatusCommand struct {
Ui cli.Ui
Verbose bool
Last bool
BuildRef string
BuildName string
BuildRefName string
Project string
}
func (*CiFlowdockStatusCommand) Help ¶
func (c *CiFlowdockStatusCommand) Help() string
func (*CiFlowdockStatusCommand) Run ¶
func (c *CiFlowdockStatusCommand) Run(args []string) int
func (*CiFlowdockStatusCommand) Synopsis ¶
func (c *CiFlowdockStatusCommand) Synopsis() string
type FlowdockAuthor ¶
type FlowdockConfig ¶
type FlowdockField ¶
type FlowdockMessage ¶
type FlowdockMessage struct {
Event string `json:"event"`
Content string `json:"content,omitempty"`
Message string `json:"message,omitempty"`
Title string `json:"title,omitempty"`
Username string `json:"external_user_name,omitempty"`
ExternalId string `json:"external_thread_id,omitempty"`
Token string `json:"flow_token,omitempty"`
Flow string `json:"flow,omitempty"`
Parent string `json:"parent,omitempty"`
Uuid string `json:"uuid,omitempty"`
ThreadId string `json:"thread_id,omitempty"`
Thread *FlowdockThread `json:"thread,omitempty"`
Author *FlowdockAuthor `json:"author,omitempty"`
}
type FlowdockThread ¶
type FlowdockThread struct {
Title string `json:"title"`
Body string `json:"body"`
ExternalUrl string `json:"external_url"`
Status *FlowdockThreadStatus `json:"status"`
Fields []*FlowdockField `json:"fields"`
}
type FlowdockThreadStatus ¶
Click to show internal directories.
Click to hide internal directories.