Class Sonar

java.lang.Object
org.sonar.updatecenter.common.Artifact
org.sonar.updatecenter.common.Sonar
All Implemented Interfaces:
Comparable<Artifact>

public class Sonar extends Artifact
  • Constructor Details

    • Sonar

      public Sonar()
  • Method Details

    • setLtsRelease

      @Deprecated public Sonar setLtsRelease(String ltsVersion)
      Deprecated.
      since 1.32 in favor of setLtaVersion(String)
    • getLtsRelease

      @Deprecated public Release getLtsRelease()
      Deprecated.
      since 1.32 in favor of getLtaVersion()
    • setReleases

      public Sonar setReleases(String[] versions)
      shortcut only for tests, no need to have other fields than version
    • getLtaVersion

      public Release getLtaVersion()
    • setLtaVersion

      public void setLtaVersion(String version)
    • getPastLtaVersion

      public Release getPastLtaVersion()
    • setPastLtaVersion

      public void setPastLtaVersion(String version)