package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 18, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CommandDef struct {
PackName string `json:"packName"`
PackLabels map[string]string `json:"packLabels"`
Name string `json:"name"`
Input interface{} `json:"input"`
}
type DeleteIssueInput struct {
IssueId string `json:"issueId"`
ForceDelete string `json:"forceDelete"`
}
type Event struct {
PackName string `json:"packName"`
PackLabels map[string]string `json:"packLabels"`
Name string `json:"name"`
}
type FlowDef struct {
Name string `json:"name"`
Description string `json:"description"`
Steps []Step `json:"steps"`
}
type IssueDeletedPayload struct {
IssueId string `json:"issueId"`
Success bool `json:"status"`
JiraProject string `json:"jiraProject"`
}
type Matcher struct {
Arg1 string `json:"arg1"`
Type string `json:"type"`
Arg2 string `json:"arg2"`
}
type Step struct {
Id string `json:"id,omitempty"`
DependsOn []string `json:"dependsOn,omitempty"`
Event Event `json:"event"`
ContextDef map[string]string `json:"context,omitempty"`
CriteriaDef string `json:"criteria,omitempty"`
CommandDef CommandDef `json:"command" bson:"command"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.