java.lang.Object |
↳ |
com.pnfsoftware.jeb.client.SoftwareBuildInfo |
Class Overview
Description of a software build, including version number and channel type.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
SoftwareBuildInfo
()
public
SoftwareBuildInfo
(Version version, int channel, int flags)
Public Methods
public
int
getChannel
()
Returns
- channel the build is made available on; refer to
Version
.
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.)
public
Version
getVersion
()
Returns
- version of the available software build
public
void
setChannel
(int channel)
public
void
setFlags
(int flags)
public
void
setVersion
(Version version)