java.lang.Object
org.kohsuke.github.GHRepositoryRule.Parameter<List<T>>
org.kohsuke.github.GHRepositoryRule.ListParameter<T>
- Type Parameters:
T
- the type of the list
- Enclosing class:
- GHRepositoryRule
public abstract static class GHRepositoryRule.ListParameter<T>
extends GHRepositoryRule.Parameter<List<T>>
List parameter for a ruleset.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ListParameter
Instantiates a new list parameter.- Parameters:
key
- the key
-