MCPcopy
hub / github.com/apache/devlake / JenkinsConnection

Struct JenkinsConnection

backend/plugins/jenkins/models/connection.go:36–39  ·  view source on GitHub ↗

JenkinsConnection holds JenkinsConn plus ID/Name for database storage

Source from the content-addressed store, hash-verified

34
35// JenkinsConnection holds JenkinsConn plus ID/Name for database storage
36type JenkinsConnection struct {
37 helper.BaseConnection `mapstructure:",squash"`
38 JenkinsConn `mapstructure:",squash"`
39}
40
41func (JenkinsConnection) TableName() string {
42 return "_tool_jenkins_connections"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected