JenkinsConnection holds JenkinsConn plus ID/Name for database storage
| 34 | |
| 35 | // JenkinsConnection holds JenkinsConn plus ID/Name for database storage |
| 36 | type JenkinsConnection struct { |
| 37 | helper.BaseConnection `mapstructure:",squash"` |
| 38 | JenkinsConn `mapstructure:",squash"` |
| 39 | } |
| 40 | |
| 41 | func (JenkinsConnection) TableName() string { |
| 42 | return "_tool_jenkins_connections" |
nothing calls this directly
no outgoing calls
no test coverage detected