Class TenantLimit
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.xlrelease.configuration.TenantLimit
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,Serializable,Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
@Metadata(label="Limits",
root=CONFIGURATION,
versioned=false,
description="Limits configuration for resource quotas and constraints")
public class TenantLimit
extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
- See Also:
-
Field Summary
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintintintintintintintintintintintintintintintbooleanvoidsetEnabled(boolean enabled) voidsetMaxApplications(int maxApplications) voidsetMaxConnections(int maxConnections) voidsetMaxDashboards(int maxDashboards) voidsetMaxDashboardTiles(int maxDashboardTiles) voidsetMaxDeliveries(int maxDeliveries) voidsetMaxEnvironments(int maxEnvironments) voidsetMaxFolders(int maxFolders) voidsetMaxPatterns(int maxPatterns) voidsetMaxReleasePhases(int maxReleasePhases) voidsetMaxReleaseTasks(int maxReleaseTasks) voidsetMaxRunningReleases(int maxRunningReleases) voidsetMaxTemplatePhases(int maxTemplatePhases) voidsetMaxTemplates(int maxTemplates) voidsetMaxTemplateTasks(int maxTemplateTasks) voidsetMaxTriggers(int maxTriggers) voidsetMaxWorkflowExecutionPhases(int maxWorkflowExecutionPhases) voidsetMaxWorkflowExecutions(int maxWorkflowExecutions) voidsetMaxWorkflowExecutionTasks(int maxWorkflowExecutionTasks) voidsetMaxWorkflowPhases(int maxWorkflowPhases) voidsetMaxWorkflowTasks(int maxWorkflowTasks) voidsetMaxWorkflowTemplates(int maxWorkflowTemplates) voidsetTenantId(String tenantId) Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
-
Constructor Details
-
TenantLimit
public TenantLimit()
-
-
Method Details
-
getTenantId
-
setTenantId
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getMaxRunningReleases
public int getMaxRunningReleases() -
setMaxRunningReleases
public void setMaxRunningReleases(int maxRunningReleases) -
getMaxWorkflowExecutions
public int getMaxWorkflowExecutions() -
setMaxWorkflowExecutions
public void setMaxWorkflowExecutions(int maxWorkflowExecutions) -
getMaxWorkflowTemplates
public int getMaxWorkflowTemplates() -
setMaxWorkflowTemplates
public void setMaxWorkflowTemplates(int maxWorkflowTemplates) -
getMaxFolders
public int getMaxFolders() -
setMaxFolders
public void setMaxFolders(int maxFolders) -
getMaxConnections
public int getMaxConnections() -
setMaxConnections
public void setMaxConnections(int maxConnections) -
getMaxTemplates
public int getMaxTemplates() -
setMaxTemplates
public void setMaxTemplates(int maxTemplates) -
getMaxTriggers
public int getMaxTriggers() -
setMaxTriggers
public void setMaxTriggers(int maxTriggers) -
getMaxPatterns
public int getMaxPatterns() -
setMaxPatterns
public void setMaxPatterns(int maxPatterns) -
getMaxDeliveries
public int getMaxDeliveries() -
setMaxDeliveries
public void setMaxDeliveries(int maxDeliveries) -
getMaxApplications
public int getMaxApplications() -
setMaxApplications
public void setMaxApplications(int maxApplications) -
getMaxEnvironments
public int getMaxEnvironments() -
setMaxEnvironments
public void setMaxEnvironments(int maxEnvironments) -
getMaxWorkflowPhases
public int getMaxWorkflowPhases() -
setMaxWorkflowPhases
public void setMaxWorkflowPhases(int maxWorkflowPhases) -
getMaxWorkflowTasks
public int getMaxWorkflowTasks() -
setMaxWorkflowTasks
public void setMaxWorkflowTasks(int maxWorkflowTasks) -
getMaxWorkflowExecutionPhases
public int getMaxWorkflowExecutionPhases() -
setMaxWorkflowExecutionPhases
public void setMaxWorkflowExecutionPhases(int maxWorkflowExecutionPhases) -
getMaxWorkflowExecutionTasks
public int getMaxWorkflowExecutionTasks() -
setMaxWorkflowExecutionTasks
public void setMaxWorkflowExecutionTasks(int maxWorkflowExecutionTasks) -
getMaxTemplatePhases
public int getMaxTemplatePhases() -
setMaxTemplatePhases
public void setMaxTemplatePhases(int maxTemplatePhases) -
getMaxTemplateTasks
public int getMaxTemplateTasks() -
setMaxTemplateTasks
public void setMaxTemplateTasks(int maxTemplateTasks) -
getMaxReleasePhases
public int getMaxReleasePhases() -
setMaxReleasePhases
public void setMaxReleasePhases(int maxReleasePhases) -
getMaxReleaseTasks
public int getMaxReleaseTasks() -
setMaxReleaseTasks
public void setMaxReleaseTasks(int maxReleaseTasks) -
getMaxDashboards
public int getMaxDashboards() -
setMaxDashboards
public void setMaxDashboards(int maxDashboards) -
getMaxDashboardTiles
public int getMaxDashboardTiles() -
setMaxDashboardTiles
public void setMaxDashboardTiles(int maxDashboardTiles)
-