Class GetCoverityCommands

  • All Implemented Interfaces:
    com.synopsys.integration.stepworkflow.SubStep<java.lang.Object,​java.util.List<java.util.List<java.lang.String>>>

    public class GetCoverityCommands
    extends com.synopsys.integration.stepworkflow.AbstractSupplyingSubStep<java.util.List<java.util.List<java.lang.String>>>
    • Constructor Summary

      Constructors 
      Constructor Description
      GetCoverityCommands​(com.synopsys.integration.log.IntLogger logger, com.synopsys.integration.util.IntEnvironmentVariables intEnvironmentVariables, CoverityRunConfiguration coverityRunConfiguration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RepeatableCommand[] getSimpleModeCommands​(SimpleCoverityRunConfiguration simpleCoverityRunConfiguration, int changeSetSize, java.lang.String pathToAuthKeyFile)  
      com.synopsys.integration.stepworkflow.SubStepResponse<java.util.List<java.util.List<java.lang.String>>> run()  
      • Methods inherited from class com.synopsys.integration.stepworkflow.AbstractSupplyingSubStep

        run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetCoverityCommands

        public GetCoverityCommands​(com.synopsys.integration.log.IntLogger logger,
                                   com.synopsys.integration.util.IntEnvironmentVariables intEnvironmentVariables,
                                   CoverityRunConfiguration coverityRunConfiguration)
    • Method Detail

      • run

        public com.synopsys.integration.stepworkflow.SubStepResponse<java.util.List<java.util.List<java.lang.String>>> run()
        Specified by:
        run in class com.synopsys.integration.stepworkflow.AbstractSupplyingSubStep<java.util.List<java.util.List<java.lang.String>>>