Class ReleaseStrongReferenceForTests


  • public class ReleaseStrongReferenceForTests
    extends com.xebialabs.xlrelease.domain.utils.ReleaseSoftReference
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      com.xebialabs.xlrelease.domain.Release get()  
      int hashCode()  
      static com.xebialabs.xlrelease.domain.utils.ReleaseSoftReference testRef​(com.xebialabs.xlrelease.domain.Release release)  
      • Methods inherited from class com.xebialabs.xlrelease.domain.utils.ReleaseSoftReference

        clear, getIfPresent, getReleaseId
      • Methods inherited from class java.lang.Object

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

      • ReleaseStrongReferenceForTests

        public ReleaseStrongReferenceForTests​(com.xebialabs.xlrelease.domain.Release release)
    • Method Detail

      • testRef

        public static com.xebialabs.xlrelease.domain.utils.ReleaseSoftReference testRef​(com.xebialabs.xlrelease.domain.Release release)
      • get

        public com.xebialabs.xlrelease.domain.Release get()
        Overrides:
        get in class com.xebialabs.xlrelease.domain.utils.ReleaseSoftReference
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object