Class RepositoryArtifactProvider.RetryTracker

  • Enclosing class:
    RepositoryArtifactProvider

    private static class RepositoryArtifactProvider.RetryTracker
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int remaining  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RetryTracker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean canRetry()  
      (package private) void increment()  
      (package private) void noMoreRetries()  
      • Methods inherited from class java.lang.Object

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

      • remaining

        private int remaining
    • Constructor Detail

      • RetryTracker

        private RetryTracker()
    • Method Detail

      • canRetry

        boolean canRetry()
      • increment

        void increment()
      • noMoreRetries

        void noMoreRetries()