public class

SoftwareBuildInfo

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.client.SoftwareBuildInfo

Class Overview

Description of a software build, including version number and channel type.

See Also

Summary

Public Constructors
SoftwareBuildInfo()
SoftwareBuildInfo(Version version, int channel, int flags)
Public Methods
int getChannel()
int getFlags()
Version getVersion()
void setChannel(int channel)
void setFlags(int flags)
void setVersion(Version version)
[Expand]
Inherited Methods
From class java.lang.Object

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)