Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Types = struct { Basic Type CloudToken Type Pat Type }{ "basic", "cloud-token", "pat", }
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Name string `json:"name"` // The name of the Jira connection Password *string `json:"password,omitempty"` // Password of the Jira user Token *string `json:"token,omitempty"` // Token for the selected authentication type Type Type `json:"type"` // Possible Values: `Basic`, `Cloud_token`, `Pat` Url string `json:"url"` // URL of the Jira server User *string `json:"user,omitempty"` // Username or E-Mail address }
func (*Settings) FillDemoValues ¶
func (*Settings) HandlePreconditions ¶
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.