Uses of Class
com.gitee.jenkins.connection.GiteeConnection
-
Packages that use GiteeConnection Package Description com.gitee.jenkins.connection -
-
Uses of GiteeConnection in com.gitee.jenkins.connection
Methods in com.gitee.jenkins.connection that return GiteeConnection Modifier and Type Method Description protected GiteeConnection
GiteeConnection. readResolve()
Methods in com.gitee.jenkins.connection that return types with arguments of type GiteeConnection Modifier and Type Method Description List<GiteeConnection>
GiteeConnectionConfig. getConnections()
Methods in com.gitee.jenkins.connection with parameters of type GiteeConnection Modifier and Type Method Description void
GiteeConnectionConfig. addConnection(GiteeConnection connection)
Method parameters in com.gitee.jenkins.connection with type arguments of type GiteeConnection Modifier and Type Method Description void
GiteeConnectionConfig. setConnections(List<GiteeConnection> newConnections)
-