Class ValidateCoverityInstallation

  • All Implemented Interfaces:
    hudson.remoting.Callable<java.lang.Boolean,​com.synopsys.integration.exception.IntegrationException>, java.io.Serializable, org.jenkinsci.remoting.RoleSensitive

    public class ValidateCoverityInstallation
    extends CoverityRemoteCallable<java.lang.Boolean>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface hudson.remoting.Callable

        getChannelOrFail, getOpenChannelOrFail
    • Field Detail

      • MINIMUM_SUPPORTED_VERSION

        public static final com.synopsys.integration.coverity.CoverityVersion MINIMUM_SUPPORTED_VERSION
    • Constructor Detail

      • ValidateCoverityInstallation

        public ValidateCoverityInstallation​(CoverityJenkinsIntLogger logger,
                                            java.lang.Boolean validateVersion,
                                            java.lang.String coverityToolHome)