Class SoftwareBuildInfo

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

public class SoftwareBuildInfo extends Object
Description of a software build, including version number and channel type.
See Also:
  • Constructor Details

    • SoftwareBuildInfo

      public SoftwareBuildInfo()
    • SoftwareBuildInfo

      public SoftwareBuildInfo(Version version, int channel, int flags)
  • Method Details

    • setVersion

      public void setVersion(Version version)
    • getVersion

      public Version 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.)