MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / replace_duli_port

Method replace_duli_port

class/projectModel/javaModel.py:1582–1590  ·  view source on GitHub ↗

@name 更改duli端口 @param get.port: int @param get.version: string @param get.domain string @return bool

(self, get)

Source from the content-addressed store, hash-verified

1580 return public.returnMsg(False, '端口更改失败')
1581
1582 def replace_duli_port(self, get):
1583 '''
1584 @name 更改duli端口
1585 @param get.port: int
1586 @param get.version: string
1587 @param get.domain string
1588 @return bool
1589 '''
1590 return self.set_site_port(get.port, "", get.domain.strip())
1591
1592 def TomcatSetPort(self, port):
1593 '''

Callers

nothing calls this directly

Calls 1

set_site_portMethod · 0.95

Tested by

no test coverage detected