Uses of Class
io.gitea.model.NodeInfo
-
Packages that use NodeInfo Package Description io.gitea.api io.gitea.model -
-
Uses of NodeInfo in io.gitea.api
Methods in io.gitea.api that return NodeInfo Modifier and Type Method Description NodeInfoMiscellaneousApi. getNodeInfo()Returns the nodeinfo of the Gitea applicationMethods in io.gitea.api that return types with arguments of type NodeInfo Modifier and Type Method Description ApiResponse<NodeInfo>MiscellaneousApi. getNodeInfoWithHttpInfo()Returns the nodeinfo of the Gitea applicationMethod parameters in io.gitea.api with type arguments of type NodeInfo Modifier and Type Method Description com.squareup.okhttp.CallMiscellaneousApi. getNodeInfoAsync(ApiCallback<NodeInfo> callback)Returns the nodeinfo of the Gitea application (asynchronously) -
Uses of NodeInfo in io.gitea.model
Methods in io.gitea.model that return NodeInfo Modifier and Type Method Description NodeInfoNodeInfo. addProtocolsItem(java.lang.String protocolsItem)NodeInfoNodeInfo. metadata(java.lang.Object metadata)NodeInfoNodeInfo. openRegistrations(java.lang.Boolean openRegistrations)NodeInfoNodeInfo. protocols(java.util.List<java.lang.String> protocols)NodeInfoNodeInfo. services(NodeInfoServices services)NodeInfoNodeInfo. software(NodeInfoSoftware software)NodeInfoNodeInfo. usage(NodeInfoUsage usage)NodeInfoNodeInfo. version(java.lang.String version)
-