Documentation
¶
Index ¶
- Constants
- func BuildReadState(path string) map[string]interface{}
- func BuildState(owner, repo string) map[string]interface{}
- func Create(options map[string]interface{}) (map[string]interface{}, error)
- func Delete(options map[string]interface{}) (bool, error)
- func Read(options map[string]interface{}) (map[string]interface{}, error)
- func Update(options map[string]interface{}) (map[string]interface{}, error)
- type Options
Constants ¶
View Source
const ( CommitMessage = "jira-github-integ github actions workflow, created by DevStream" BuilderFileName = "jira-github-integ.yml" )
Variables ¶
This section is empty.
Functions ¶
func BuildReadState ¶
func BuildState ¶
Types ¶
type Options ¶
type Options struct { Owner string `validate:"required_without=Org"` Org string `validate:"required_without=Owner"` Repo string `validate:"required"` JiraBaseUrl string `validate:"required"` JiraUserEmail string `validate:"required"` JiraProjectKey string `validate:"required"` Branch string `validate:"required"` }
Options is the struct for configurations of the jiragithub plugin.
Click to show internal directories.
Click to hide internal directories.