Uses of Class
io.gitea.model.NodeInfoSoftware
-
Packages that use NodeInfoSoftware Package Description io.gitea.model -
-
Uses of NodeInfoSoftware in io.gitea.model
Methods in io.gitea.model that return NodeInfoSoftware Modifier and Type Method Description NodeInfoSoftwareNodeInfo. getSoftware()Get softwareNodeInfoSoftwareNodeInfoSoftware. homepage(java.lang.String homepage)NodeInfoSoftwareNodeInfoSoftware. name(java.lang.String name)NodeInfoSoftwareNodeInfoSoftware. repository(java.lang.String repository)NodeInfoSoftwareNodeInfoSoftware. version(java.lang.String version)Methods in io.gitea.model with parameters of type NodeInfoSoftware Modifier and Type Method Description voidNodeInfo. setSoftware(NodeInfoSoftware software)NodeInfoNodeInfo. software(NodeInfoSoftware software)
-