Uses of Interface
com.indeed.proctor.consumer.Bucket

Packages that use Bucket
com.indeed.proctor.consumer   
 

Uses of Bucket in com.indeed.proctor.consumer
 

Classes in com.indeed.proctor.consumer with type parameters of type Bucket
 class CannedProctorResult<T extends Bucket<?>>
          For unit testing
 

Fields in com.indeed.proctor.consumer declared as Bucket
 T CannedProctorResult.testVal
           
 

Methods in com.indeed.proctor.consumer with type parameters of type Bucket
static
<T extends Bucket<?>>
CannedProctorResult
CannedProctorResult.of(T testVal)
           
static
<T extends Bucket<?>>
CannedProctorResult
CannedProctorResult.of(T testVal, Payload payload)
           
 

Methods in com.indeed.proctor.consumer with parameters of type Bucket
protected  Payload AbstractGroups.getPayload(String testName, Bucket<?> fallbackBucket)
           
protected  TestBucket AbstractGroups.getTestBucketForBucket(String testName, Bucket<?> targetBucket)
          Return the TestBucket, as defined in the current test matrix, for the test called testName with bucket value targetBucket.getValue().
static ProctorResult CannedProctorResults.of(Bucket<?>... results)
           
 



Copyright © 2014. All Rights Reserved.