Class CredentialRules
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<CredentialRules>
-
- io.jenkins.plugins.enhanced.credentials.CredentialRules
-
- All Implemented Interfaces:
Describable<CredentialRules>
public class CredentialRules extends AbstractDescribableImpl<CredentialRules>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CredentialRules.CredentialRulesDescriptorImpl
-
Constructor Summary
Constructors Constructor Description CredentialRules(List<CredentialRule> credentialRuleList, Boolean restrictNotMatching)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CredentialRule>
getCredentialRuleList()
List<Descriptor<CredentialRule>>
getCredentialRuleListDescriptors()
Boolean
getRestrictNotMatching()
void
setCredentialRuleList(List<CredentialRule> credentialRuleList)
void
setRestrictNotMatching(Boolean restrictNotMatching)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Constructor Detail
-
CredentialRules
@DataBoundConstructor public CredentialRules(List<CredentialRule> credentialRuleList, Boolean restrictNotMatching)
-
-
Method Detail
-
getCredentialRuleList
public List<CredentialRule> getCredentialRuleList()
-
setCredentialRuleList
@DataBoundSetter public void setCredentialRuleList(List<CredentialRule> credentialRuleList)
-
getRestrictNotMatching
public Boolean getRestrictNotMatching()
-
setRestrictNotMatching
@DataBoundSetter public void setRestrictNotMatching(Boolean restrictNotMatching)
-
getCredentialRuleListDescriptors
public List<Descriptor<CredentialRule>> getCredentialRuleListDescriptors()
-
-