Interface ValueProvider<U,T extends com.xebialabs.xlrelease.domain.variables.ValueProviderConfiguration>
-
- All Known Implementing Classes:
ListOfStringValueProvider
public interface ValueProvider<U,T extends com.xebialabs.xlrelease.domain.variables.ValueProviderConfiguration>Returns possible variable values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>getValueProviderConfigurationClass()java.util.Collection<U>possibleValues(T valueProviderConfiguration)
-