Class ReleaseSoftReference


  • public class ReleaseSoftReference
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReleaseSoftReference​(com.xebialabs.xlrelease.domain.Release release, java.util.function.Supplier<com.xebialabs.xlrelease.domain.Release> supplier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      com.xebialabs.xlrelease.domain.Release get()  
      com.xebialabs.xlrelease.domain.Release getIfPresent()  
      java.lang.String getReleaseId()  
      • Methods inherited from class java.lang.Object

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

      • ReleaseSoftReference

        public ReleaseSoftReference​(com.xebialabs.xlrelease.domain.Release release,
                                    java.util.function.Supplier<com.xebialabs.xlrelease.domain.Release> supplier)
    • Method Detail

      • get

        public com.xebialabs.xlrelease.domain.Release get()
      • getIfPresent

        public com.xebialabs.xlrelease.domain.Release getIfPresent()
      • clear

        public void clear()
      • getReleaseId

        public java.lang.String getReleaseId()