public class ArtifactoryClientConfiguration.LicenseControlHandler extends PrefixPropertyHandler
log, props| Constructor and Description |
|---|
LicenseControlHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getScopes() |
java.lang.String |
getViolationRecipients() |
java.lang.Boolean |
isAutoDiscover() |
java.lang.Boolean |
isIncludePublishedArtifacts() |
java.lang.Boolean |
isRunChecks() |
void |
setAutoDiscover(java.lang.Boolean enabled) |
void |
setIncludePublishedArtifacts(java.lang.Boolean enabled) |
void |
setRunChecks(java.lang.Boolean enabled) |
void |
setScopes(java.lang.String scopes) |
void |
setViolationRecipients(java.lang.String recipients) |
getBooleanValue, getIntegerValue, getIntegerValue, getLog, getPrefix, getProps, getStringValue, getStringValue, setBooleanValue, setIntegerValue, setStringValuepublic void setRunChecks(java.lang.Boolean enabled)
public java.lang.Boolean isRunChecks()
public java.lang.String getViolationRecipients()
public void setViolationRecipients(java.lang.String recipients)
public void setIncludePublishedArtifacts(java.lang.Boolean enabled)
public java.lang.Boolean isIncludePublishedArtifacts()
public java.lang.String getScopes()
public void setScopes(java.lang.String scopes)
public void setAutoDiscover(java.lang.Boolean enabled)
public java.lang.Boolean isAutoDiscover()