Package com.pnfsoftware.jeb.client
Class SoftwareBuildInfo
java.lang.Object
com.pnfsoftware.jeb.client.SoftwareBuildInfo
Description of a software build, including version number and channel type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getFlags()
void
setChannel
(int channel) void
setFlags
(int flags) void
setVersion
(Version version)
-
Constructor Details
-
SoftwareBuildInfo
public SoftwareBuildInfo() -
SoftwareBuildInfo
-
-
Method Details
-
setVersion
-
getVersion
- Returns:
- version of the available software build
-
setChannel
public void setChannel(int channel) -
getChannel
public int getChannel()- Returns:
- channel the build is made available on; refer to
Version
.
-
setFlags
public void setFlags(int flags) -
getFlags
public int getFlags()- Returns:
- bit flags providing additional details about the build:
1: a major update is available (eg, v2 to v3, v2 to v4, v3 to v4, etc.)
-