Class ListSecrets
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ListSecrets>
-
- io.jenkins.plugins.credentials.secretsmanager.config.ListSecrets
-
- All Implemented Interfaces:
Describable<ListSecrets>
,Serializable
public class ListSecrets extends AbstractDescribableImpl<ListSecrets> implements Serializable
Config that will be applied to the secretsmanager:ListSecrets API call.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListSecrets.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description ListSecrets(List<Filter> filters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Filter>
getFilters()
void
setFilters(List<Filter> filters)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-