Class RssDetectionFuture

java.lang.Object
com.atlassian.bamboo.configuration.external.detection.RssDetectionFuture
All Implemented Interfaces:
Future<Boolean>

public class RssDetectionFuture extends Object implements Future<Boolean>
Future reference returned for Bamboo Specs detection. Yields true when the detection occurred and resulted in Bamboo Specs being run. Throws ExecutionException wrapped around an actual exception if one occurred.