Class StoreRepushCommand


  • public class StoreRepushCommand
    extends Command
    StoreRepushCommand contains the details of executing/processing repush command. We expect the command to comply with the following contract: Input: [] --store --fabric Output: success: link_to_running_task failure: failure_reason
    • Constructor Detail

      • StoreRepushCommand

        public StoreRepushCommand()
    • Method Detail

      • isShellCmdExecuted

        public boolean isShellCmdExecuted()
      • completeCoreWorkWithMessage

        public void completeCoreWorkWithMessage​(java.lang.String message)
      • completeCoreWorkWithError

        public void completeCoreWorkWithError​(java.lang.String error)
      • getShellCmd

        public java.util.List<java.lang.String> getShellCmd()
      • execute

        public void execute()
        Specified by:
        execute in class Command
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object