Documentation
¶
Index ¶
- type AnalyzeProperties
- type CLIProperties
- type File
- func (file File) APIKey() string
- func (file File) Branch() string
- func (file File) Fetcher() string
- func (file File) GetVersion() int
- func (file File) JIRAProjectKey() string
- func (file File) Link() string
- func (file File) Modules() []module.Module
- func (file File) Project() string
- func (file File) ProjectURL() string
- func (file File) Revision() string
- func (file File) Server() string
- func (file File) Team() string
- func (file File) Title() string
- type ModuleProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzeProperties ¶
type AnalyzeProperties struct {
Modules []ModuleProperties `yaml:"modules,omitempty"`
}
type CLIProperties ¶
type CLIProperties struct {
// Upload configuration.
APIKey string `yaml:"api_key,omitempty"`
Server string `yaml:"server,omitempty"`
Fetcher string `yaml:"fetcher,omitempty"` // Defaults to custom
Project string `yaml:"project,omitempty"`
Title string `yaml:"title,omitempty"`
Revision string `yaml:"revision,omitempty"`
Branch string `yaml:"branch,omitempty"` // Only used with custom fetcher
ProjectURL string `yaml:"project_url,omitempty"` // Only used with custom fetcher
JIRAProjectKey string `yaml:"jira_project_key,omitempty"` // Only used with custom fetcher
Link string `yaml:"link,omitempty"`
Team string `yaml:"team,omitempty"`
}
type File ¶
type File struct {
Version int `yaml:"version"`
CLI CLIProperties
Analyze AnalyzeProperties
// contains filtered or unexported fields
}
func (File) GetVersion ¶ added in v0.7.22
func (File) JIRAProjectKey ¶ added in v0.7.6
func (File) ProjectURL ¶ added in v0.7.6
Click to show internal directories.
Click to hide internal directories.