Class OverallStatus


  • public class OverallStatus
    extends Object
    Represents the total status of all artifacts.
    • Constructor Detail

      • OverallStatus

        public OverallStatus()
    • Method Detail

      • setHasNoLicense

        public void setHasNoLicense​(boolean value)
      • getHasNoLicense

        public boolean getHasNoLicense()
      • setHasForbiddenLicense

        public void setHasForbiddenLicense​(boolean value)
      • getHasForbiddenLicense

        public boolean getHasForbiddenLicense()
      • setHasWarningLicense

        public void setHasWarningLicense​(boolean value)
      • getHasWarningLicense

        public boolean getHasWarningLicense()
      • setHasUnknownLicense

        public void setHasUnknownLicense​(boolean value)
      • getHasUnknownLicense

        public boolean getHasUnknownLicense()