Class PullCommand


  • public class PullCommand
    extends Command
    • Constructor Summary

      Constructors 
      Constructor Description
      PullCommand​(java.lang.String imageName)  
      PullCommand​(java.lang.String imageName, java.lang.String imageTag)  
    • Method Summary

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

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

      • PullCommand

        public PullCommand​(java.lang.String imageName)
      • PullCommand

        public PullCommand​(java.lang.String imageName,
                           java.lang.String imageTag)
    • Method Detail

      • execute

        public void execute()