Package io.cryostat.agent.model
Class ServerHealth.BuildInfo
- java.lang.Object
-
- io.cryostat.agent.model.ServerHealth.BuildInfo
-
- Enclosing class:
- ServerHealth
public static class ServerHealth.BuildInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildInfo()BuildInfo(ServerHealth.GitInfo git)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerHealth.GitInfogit()voidsetGit(ServerHealth.GitInfo git)
-
-
-
Constructor Detail
-
BuildInfo
public BuildInfo()
-
BuildInfo
public BuildInfo(ServerHealth.GitInfo git)
-
-
Method Detail
-
setGit
public void setGit(ServerHealth.GitInfo git)
-
git
public ServerHealth.GitInfo git()
-
-