Uses of Class
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
Packages that use PropertiesValidationException Package Description com.atlassian.bamboo.specs.api.builders The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code, see also com.atlassian.bamboo.specs.builders.com.atlassian.bamboo.specs.api.builders.condition Task conditions.com.atlassian.bamboo.specs.api.builders.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.builders.deployment.configuration Items stored in environment custom plugins configuration.com.atlassian.bamboo.specs.api.builders.notification Bamboo notifications support.com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.builders.plan.artifact Artifact definitions and artifact subscriptions.com.atlassian.bamboo.specs.api.builders.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.builders.plan.dependencies Plan dependencies (so that build of one plan may trigger builds of another plans).com.atlassian.bamboo.specs.api.builders.project Bamboo project (which is a container for plans).com.atlassian.bamboo.specs.api.builders.repository Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.com.atlassian.bamboo.specs.api.builders.repository.viewer Generic repository viewers, see also com.atlassian.bamboo.specs.builders.repository.viewer for specific viewers.com.atlassian.bamboo.specs.api.builders.task Generic classes, such as theAnyTaskclass for handling tasks unsupported by Bamboo Specs.com.atlassian.bamboo.specs.api.builders.trigger Build triggers.com.atlassian.bamboo.specs.api.model The 'model.*' packages contain internal data representation of various Bamboo entities, you usually won't use them directly.com.atlassian.bamboo.specs.api.model.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.api.model.notification Bamboo notifications support.com.atlassian.bamboo.specs.api.model.permission Immutable permissions like plan permissions properties, deployment permissions properties etc.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.plan.artifact Artifact definitions and artifact subscriptions.com.atlassian.bamboo.specs.api.model.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.model.plan.dependencies Plan dependencies (so that build of one plan may trigger builds of another plans).com.atlassian.bamboo.specs.api.model.plan.requirement Custom requirements for a job.com.atlassian.bamboo.specs.api.model.project Bamboo project (which is a container for plans).com.atlassian.bamboo.specs.api.model.repository Generic plan-local and linked source code repositories as well as change detection settings.com.atlassian.bamboo.specs.api.model.repository.viewer Generic repository viewers.com.atlassian.bamboo.specs.api.model.task The AnyTask class for handling tasks unsupported by Bamboo Specs.com.atlassian.bamboo.specs.api.model.trigger Build triggers.com.atlassian.bamboo.specs.api.validators.common Common validators for strings, numbers, database constraints etc. -
-
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders
Methods in com.atlassian.bamboo.specs.api.builders that throw PropertiesValidationException Modifier and Type Method Description protected BambooKeyPropertiesBambooKey. build()protected BambooOidPropertiesBambooOid. build()Constructors in com.atlassian.bamboo.specs.api.builders that throw PropertiesValidationException Constructor Description BambooKey(@NotNull String key)Specify key of provided value.BambooOid(@NotNull String oid)Specify an entity oid from its string value. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.condition
Methods in com.atlassian.bamboo.specs.api.builders.condition that throw PropertiesValidationException Modifier and Type Method Description protected @NotNull AnyConditionPropertiesAnyTaskCondition. build()Constructors in com.atlassian.bamboo.specs.api.builders.condition that throw PropertiesValidationException Constructor Description AnyTaskCondition(@NotNull AtlassianModule atlassianModule)Specifies a condition of given type. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.credentials
Methods in com.atlassian.bamboo.specs.api.builders.credentials that throw PropertiesValidationException Modifier and Type Method Description protected SharedCredentialsIdentifierPropertiesSharedCredentialsIdentifier. build()SharedCredentialsIdentifierSharedCredentialsIdentifier. name(@NotNull String name)Reference shared credential by name.AnySharedCredentialsAnySharedCredentials. oid(@Nullable BambooOid oid)AnySharedCredentialsAnySharedCredentials. oid(@Nullable String oid)BSharedCredentials. oid(@Nullable BambooOid oid)Set the credential's oid from oid string.BSharedCredentials. oid(@Nullable String oid)Set the credential's oid.SharedCredentialsIdentifierSharedCredentialsIdentifier. oid(@NotNull BambooOid oid)Reference shared credential by oid.SharedCredentialsIdentifierSharedCredentialsIdentifier. oid(@NotNull String oid)Reference shared credential by oid.SharedCredentialsIdentifierSharedCredentialsIdentifier. scope(@NotNull SharedCredentialsScope scope)Set scope for shared credentials.Constructors in com.atlassian.bamboo.specs.api.builders.credentials that throw PropertiesValidationException Constructor Description AnySharedCredentials(@NotNull String name, @NotNull AtlassianModule atlassianPlugin)Create a shared credential of given name and type.SharedCredentials(@NotNull String name)SharedCredentialsIdentifier(@NotNull BambooOid oid)Reference shared credential by oid.SharedCredentialsIdentifier(@NotNull String name)Reference shared credential by name. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment that throw PropertiesValidationException Modifier and Type Method Description DeploymentDeployment. name(@NotNull String name)Sets the deployment name.DeploymentDeployment. oid(@Nullable BambooOid oid)Sets the deployments's oid.DeploymentDeployment. oid(@Nullable String oid)Sets the deployments's oid. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.deployment.configuration
Constructors in com.atlassian.bamboo.specs.api.builders.deployment.configuration that throw PropertiesValidationException Constructor Description AnyPluginConfiguration(@NotNull AtlassianModule atlassianPlugin)Specifies a configuration for a specified plugin. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.notification
Constructors in com.atlassian.bamboo.specs.api.builders.notification that throw PropertiesValidationException Constructor Description AnyNotificationRecipient(@NotNull AtlassianModule atlassianPlugin)Specifies a notification recipient of a given type.AnyNotificationType(@NotNull AtlassianModule atlassianPlugin)Specifies a notification condition of a given type. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that throw PropertiesValidationException Modifier and Type Method Description PlanPlan. branchConfiguration(@NotNull PlanBranchConfiguration planBranchConfiguration)On a Specs plan branch, defines branch specific configuration.protected JobPropertiesJob. build()protected PlanPropertiesPlan. build()protected PlanBranchIdentifierPropertiesPlanBranchIdentifier. build()protected PlanIdentifierPropertiesPlanIdentifier. build()protected StagePropertiesStage. build()PlanPlan. dependencies(@NotNull Dependencies dependencies)Specifies configuration of dependencies support for this plan.JobJob. description(@Nullable String description)Sets the job's description.PlanPlan. description(@Nullable String description)Sets the plan's description.StageStage. description(@Nullable String description)Sets a stage description.JobJob. enabled(boolean enabled)Enables/disables the job.PlanPlan. enabled(boolean enabled)Enables/disables the plan.StageStage. finalStage(boolean isFinal)Specifies if stage is a final stage.PlanPlan. inProject(@NotNull Project project)Sets the project plan belongs to.JobJob. key(@NotNull BambooKey key)Sets the job's key.JobJob. key(@NotNull String key)Sets the job's key.PlanPlan. key(@Nullable BambooKey key)Sets the plan's key.PlanPlan. key(@Nullable String key)Sets the plan's key.PlanBranchIdentifierPlanBranchIdentifier. key(@NotNull BambooKey key)PlanBranchIdentifierPlanBranchIdentifier. key(@NotNull String key)PlanIdentifierPlanIdentifier. key(@NotNull BambooKey key)PlanIdentifierPlanIdentifier. key(@NotNull String key)StageStage. manual(boolean isManual)Specifies if stage is a manual stage.JobJob. name(@NotNull String name)Sets the job's name.PlanPlan. name(@NotNull String name)Sets the plan name.StageStage. name(@NotNull String name)Sets a stage's name.PlanPlan. oid(@Nullable BambooOid oid)Sets the plans's oid.PlanPlan. oid(@Nullable String oid)Sets the plans's oid.PlanBranchIdentifierPlanBranchIdentifier. oid(@NotNull BambooOid oid)PlanBranchIdentifierPlanBranchIdentifier. oid(@NotNull String oid)PlanIdentifierPlanIdentifier. oid(@NotNull BambooOid oid)PlanIdentifierPlanIdentifier. oid(@NotNull String oid)PlanPlan. planBranchManagement(@NotNull PlanBranchManagement planBranchManagement)Specifies plan branch management options for this plan.PlanIdentifierPlanIdentifier. projectKey(@NotNull BambooKey key)PlanIdentifierPlanIdentifier. projectKey(@NotNull String key)Constructors in com.atlassian.bamboo.specs.api.builders.plan that throw PropertiesValidationException Constructor Description Job(@NotNull String name, @NotNull BambooKey key)Specify job with given name and key.Job(@NotNull String name, @NotNull String key)Specify job with given name and key.Plan(@NotNull Project project, @NotNull String name, @NotNull BambooKey key)Specify plan with given project, name and key.Plan(@NotNull Project project, @NotNull String name, @NotNull String key)Specify plan with given project, name and key.PlanBranchIdentifier(@NotNull BambooKey key)PlanBranchIdentifier(@NotNull BambooOid oid)PlanIdentifier(@NotNull BambooKey projectKey, @NotNull BambooKey planKey)PlanIdentifier(@NotNull BambooOid oid)PlanIdentifier(@NotNull String projectKey, @NotNull String planKey)Stage(@NotNull String name)Specify a stage with a given name. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.plan.artifact
Methods in com.atlassian.bamboo.specs.api.builders.plan.artifact that throw PropertiesValidationException Modifier and Type Method Description protected ArtifactPropertiesArtifact. build()ArtifactArtifact. copyPattern(@NotNull String copyPattern)Deprecated.since 8.3, useArtifact.copyPatterns(String...)ArtifactArtifact. copyPatterns(@NotNull String... copyPatterns)Specify the pattern according to which Bamboo should copy files when creating an actual artifact.ArtifactSubscriptionArtifactSubscription. destination(@NotNull String destination)Sets artifact download destination.ArtifactArtifact. exclusionPatterns(@NotNull String... exclusionPatterns)Specify the pattern according to which Bamboo should exclude files when creating an actual artifact.ArtifactArtifact. location(@NotNull String location)Specifies a path in which Bamboo should look for the files when creating an actual artifact.ArtifactArtifact. name(@NotNull String name)Sets an artifact name.Constructors in com.atlassian.bamboo.specs.api.builders.plan.artifact that throw PropertiesValidationException Constructor Description Artifact(@NotNull String name)Specify an artifact with given name. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches that throw PropertiesValidationException Modifier and Type Method Description PlanBranchConfigurationPlanBranchConfiguration. branchIntegration(@NotNull BranchIntegration branchIntegration)Sets merge strategy for this plan branch.PlanBranchManagementPlanBranchManagement. branchIntegration(@NotNull BranchIntegration branchIntegration)Sets default merge strategy for new branches.protected BranchCleanupPropertiesBranchCleanup. build()protected BranchIntegrationPropertiesBranchIntegration. build()protected PlanBranchManagementPropertiesPlanBranchManagement. build()PlanBranchManagementPlanBranchManagement. delete(@NotNull BranchCleanup removedBranchCleanup)Sets configuration of automatic removal of branches.BranchIntegrationBranchIntegration. enabled(boolean enabled)Enables/disables automatic branch merging.BranchIntegrationBranchIntegration. gatekeeper(boolean gatekeeper)Selects merging strategy.BranchIntegrationBranchIntegration. integrationBranch(@NotNull PlanBranchIdentifier integrationBranch)Sets integration branch identifier.BranchIntegrationBranchIntegration. integrationBranchKey(@NotNull BambooKey integrationBranchKey)Sets integration branch key.BranchIntegrationBranchIntegration. integrationBranchKey(@NotNull String integrationBranchKey)Sets integration branch key.BranchIntegrationBranchIntegration. integrationBranchOid(@NotNull BambooOid integrationBranchOid)Sets integration branch oid.BranchIntegrationBranchIntegration. integrationBranchOid(@NotNull String integrationBranchOid)Sets integration branch oid.PlanBranchManagementPlanBranchManagement. issueLinkingEnabled(boolean issueLinkingEnabled)Enables/disables automatic JIRA issue link creation when new branch is created.BranchIntegrationBranchIntegration. pushOnSuccessfulBuild(boolean push)Enables/disables executing push on successful build.BranchCleanupBranchCleanup. whenInactiveInRepository(boolean removeWhenInactiveInRepository)Enables/disables plan branch removing when branch is inactive (no commits) in repository.BranchCleanupBranchCleanup. whenInactiveInRepositoryAfterDays(int whenInactiveInRepositoryAfterDays)Defines the time after which the branch should be removed in case of inactivity.BranchCleanupBranchCleanup. whenRemovedFromRepository(boolean removeRemovedFromRepository)Enables/disables plan branch removing when branch deleted in repository.BranchCleanupBranchCleanup. whenRemovedFromRepositoryAfterDays(int whenRemovedFromRepositoryAfterDays)Defines the time after which the branch should be removed. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies that throw PropertiesValidationException Modifier and Type Method Description DependenciesConfigurationDependenciesConfiguration. blockingStrategy(@NotNull DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)Selects dependency blocking strategy.protected DependenciesConfigurationPropertiesDependenciesConfiguration. build()@NotNull DependenciesDependencies. configuration(@NotNull DependenciesConfiguration dependenciesConfiguration)Sets dependencies configuration.@NotNull DependenciesEmptyDependenciesList. configuration(@NotNull DependenciesConfiguration dependenciesConfiguration)Deprecated. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.project
Methods in com.atlassian.bamboo.specs.api.builders.project that throw PropertiesValidationException Modifier and Type Method Description protected ProjectPropertiesProject. build()ProjectProject. description(@Nullable String description)Sets a project description.ProjectProject. key(@Nullable BambooKey key)Sets a project key.ProjectProject. key(@Nullable String key)Sets a project key.ProjectProject. name(@NotNull String name)Sets a project name.ProjectProject. oid(@Nullable BambooOid oid)Sets a project's oid.ProjectProject. oid(@Nullable String oid)Sets a project's oid.Constructors in com.atlassian.bamboo.specs.api.builders.project that throw PropertiesValidationException Constructor Description Project()Specifies Bamboo project. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that throw PropertiesValidationException Modifier and Type Method Description AnyVcsRepositoryAnyVcsRepository. branchConfiguration(@Nullable Map<String,Object> branchConfiguration)Sets branch part of the configuration.AnyVcsRepositoryAnyVcsRepository. branchDetectionConfiguration(@Nullable Map<String,Object> branchDetectionConfiguration)Sets branch detection part of the configuration.protected VcsChangeDetectionPropertiesVcsChangeDetection. build()protected abstract EVcsRepository. build()protected VcsRepositoryBranchPropertiesVcsRepositoryBranch. build()protected VcsRepositoryIdentifierPropertiesVcsRepositoryIdentifier. build()AnyVcsRepositoryAnyVcsRepository. changeDetectionConfiguration(@Nullable VcsChangeDetection changeDetectionConfiguration)Sets change detection part of the configuration.VcsChangeDetectionVcsChangeDetection. changesetFilterPatternRegex(@Nullable String changesetFilterPatternRegex)Excludes certain changes from being picked up by Bamboo.TVcsRepository. description(@Nullable String description)Sets repository description.VcsChangeDetectionVcsChangeDetection. filterFilePatternOption(@Nullable VcsChangeDetection.FileFilteringOption filterFilePatternOption)Selects method of filtering commits by affected files.VcsChangeDetectionVcsChangeDetection. filterFilePatternRegex(@Nullable String filterFilePatternRegex)Sets regular expression to be used when filtering commits by affected files.TVcsRepository. name(@Nullable String name)Sets the name by which repository will be identified by Bamboo.VcsRepositoryIdentifierVcsRepositoryIdentifier. name(@NotNull String name)References repository by name.TVcsRepository. oid(@Nullable BambooOid oid)Sets the repository's oid.TVcsRepository. oid(@Nullable String oid)Sets the repository's oid from string.VcsRepositoryIdentifierVcsRepositoryIdentifier. oid(@NotNull BambooOid oid)References repository by oid.VcsRepositoryIdentifierVcsRepositoryIdentifier. oid(@NotNull String oid)References repository by oid.TVcsRepository. parent(@Nullable String parent)Sets the parent of this repository should inherit data from.TVcsRepository. repositoryViewer(@Nullable VcsRepositoryViewer repositoryViewer)Sets a web repository viewer to be used with this repository.AnyVcsRepositoryAnyVcsRepository. serverConfiguration(@Nullable Map<String,Object> serverConfiguration)Sets server part of the configuration.Constructors in com.atlassian.bamboo.specs.api.builders.repository that throw PropertiesValidationException Constructor Description VcsRepository()Specifies a new repository definition.VcsRepositoryIdentifier()VcsRepositoryIdentifier(@NotNull BambooOid oid)References repository by oid.VcsRepositoryIdentifier(@NotNull String name)References repository by name. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.repository.viewer
Methods in com.atlassian.bamboo.specs.api.builders.repository.viewer that throw PropertiesValidationException Modifier and Type Method Description protected @NotNull AnyVcsRepositoryViewerPropertiesAnyVcsRepositoryViewer. build()AnyVcsRepositoryViewerAnyVcsRepositoryViewer. configuration(@NotNull Map<String,Object> configuration)Set configuration for the repository viewer.Constructors in com.atlassian.bamboo.specs.api.builders.repository.viewer that throw PropertiesValidationException Constructor Description AnyVcsRepositoryViewer(@NotNull AtlassianModule atlassianPlugin)Specifies a repository viewer of given type.AnyVcsRepositoryViewer(@NotNull AtlassianModuleProperties atlassianPlugin)Specifies a repository viewer of given type.AnyVcsRepositoryViewer(@NotNull String atlassianPlugin)Specifies a repository viewer of given type. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.task
Methods in com.atlassian.bamboo.specs.api.builders.task that throw PropertiesValidationException Modifier and Type Method Description protected @NotNull AnyTaskPropertiesAnyTask. build()Constructors in com.atlassian.bamboo.specs.api.builders.task that throw PropertiesValidationException Constructor Description AnyTask(@NotNull AtlassianModule atlassianPlugin)Specifies a task of given type. -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.builders.trigger
Methods in com.atlassian.bamboo.specs.api.builders.trigger that throw PropertiesValidationException Modifier and Type Method Description protected AnyTriggerPropertiesAnyTrigger. build()Constructors in com.atlassian.bamboo.specs.api.builders.trigger that throw PropertiesValidationException Constructor Description AnyTrigger(@NotNull AtlassianModule atlassianModule)Specifies a trigger of given type.AnyTrigger(@NotNull AnyTrigger other) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model
Constructors in com.atlassian.bamboo.specs.api.model that throw PropertiesValidationException Constructor Description AtlassianModuleProperties(@NotNull String completeModuleKey)BambooKeyProperties(@NotNull String key)BambooOidProperties(@NotNull String oid)VariableProperties(@NotNull String name, @NotNull String value, boolean createOnly) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.credentials
Constructors in com.atlassian.bamboo.specs.api.model.credentials that throw PropertiesValidationException Constructor Description SharedCredentialsIdentifierProperties(@Nullable String name, @Nullable BambooOidProperties oid)SharedCredentialsIdentifierProperties(@Nullable String name, @Nullable BambooOidProperties oid, @NotNull SharedCredentialsScope scope)SharedCredentialsProperties(@NotNull String name, @Nullable BambooOidProperties oid)SharedCredentialsProperties(@NotNull String name, @Nullable BambooOidProperties oid, @Nullable ProjectProperties project) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.notification
Constructors in com.atlassian.bamboo.specs.api.model.notification that throw PropertiesValidationException Constructor Description AnyNotificationRecipientProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String recipientString)AnyNotificationRecipientProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String recipientString, EnumSet<Applicability> applicableTo)AnyNotificationTypeProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String conditionString)AnyNotificationTypeProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String conditionString, EnumSet<Applicability> applicableTo) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.permission
Methods in com.atlassian.bamboo.specs.api.model.permission that throw PropertiesValidationException Modifier and Type Method Description voidAnonymousUserPermissionsProperties. validate()voidDeploymentPermissionsProperties. validate()voidEnvironmentPermissionsProperties. validate()voidGroupPermissionProperties. validate()voidLoggedInUserPermissionsProperties. validate()voidPermissionsProperties. validate()voidPlanPermissionsProperties. validate()voidUserPermissionProperties. validate() -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.plan
-
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.plan.artifact
Constructors in com.atlassian.bamboo.specs.api.model.plan.artifact that throw PropertiesValidationException Constructor Description ArtifactProperties(String name, List<String> copyPatterns, List<String> exclusionPatterns, String location, boolean shared, boolean required, boolean httpCompressionOn) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.plan.branches
Constructors in com.atlassian.bamboo.specs.api.model.plan.branches that throw PropertiesValidationException Constructor Description BranchCleanupProperties(boolean removeDeletedFromRepository, @NotNull Duration removeDeletedFromRepositoryPeriod, boolean removeInactiveInRepository, @NotNull Duration removeInactiveInRepositoryPeriod)BranchIntegrationProperties(boolean enabled, @Nullable PlanBranchIdentifierProperties integrationBranch, boolean gatekeeper, boolean pushOn)CreatePlanBranchesProperties(CreatePlanBranchesProperties.Trigger trigger, @Nullable String matchingPattern)PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.plan.dependencies
Constructors in com.atlassian.bamboo.specs.api.model.plan.dependencies that throw PropertiesValidationException Constructor Description DependenciesConfigurationProperties(boolean enabledForBranches, boolean requireAllStagesPassing, DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.plan.requirement
Methods in com.atlassian.bamboo.specs.api.model.plan.requirement that throw PropertiesValidationException Modifier and Type Method Description voidRequirementProperties. validate() -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.project
Constructors in com.atlassian.bamboo.specs.api.model.project that throw PropertiesValidationException Constructor Description ProjectProperties(BambooOidProperties oid, BambooKeyProperties key, String name, String description, @NotNull List<VariableProperties> variables, @NotNull List<SharedCredentialsProperties> sharedCredentials, @NotNull List<VcsRepositoryProperties> repositories, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.repository
Constructors in com.atlassian.bamboo.specs.api.model.repository that throw PropertiesValidationException Constructor Description AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin, @Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable ProjectProperties project, @Nullable Map<String,Object> serverConfiguration, @Nullable Map<String,Object> branchConfiguration, @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable Map<String,Object> branchDetectionConfiguration, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties)AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin, @Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable Map<String,Object> serverConfiguration, @Nullable Map<String,Object> branchConfiguration, @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable Map<String,Object> branchDetectionConfiguration, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties)VcsChangeDetectionProperties(boolean quietPeriodEnabled, Duration quietPeriod, int maxRetries, boolean commitIsolationEnabled, @NotNull Map<String,Object> configuration, @Nullable String changesetFilterPatternRegex, @Nullable VcsChangeDetection.FileFilteringOption filterFilePatternOption, @Nullable String filterFilePatternRegex)VcsRepositoryIdentifierProperties(@Nullable String name, @Nullable BambooOidProperties oid)VcsRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties)VcsRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ProjectProperties project) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.repository.viewer
Constructors in com.atlassian.bamboo.specs.api.model.repository.viewer that throw PropertiesValidationException Constructor Description AnyVcsRepositoryViewerProperties(@NotNull AtlassianModuleProperties atlassianPlugin, @NotNull Map<String,Object> configuration) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.task
Constructors in com.atlassian.bamboo.specs.api.model.task that throw PropertiesValidationException Constructor Description AnyTaskProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String description, boolean isEnabled, Map<String,String> configuration, List<RequirementProperties> requirements, List<? extends ConditionProperties> conditions)TaskProperties(String description, boolean enabled, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.model.trigger
Methods in com.atlassian.bamboo.specs.api.model.trigger that throw PropertiesValidationException Modifier and Type Method Description voidRepositoryBasedTriggerProperties. validate()voidTriggerProperties. validate()Constructors in com.atlassian.bamboo.specs.api.model.trigger that throw PropertiesValidationException Constructor Description AnyTriggerProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String name, String description, boolean isEnabled, Set<TriggerConditionProperties> conditions, Map<String,String> configuration, RepositoryBasedTrigger.TriggeringRepositoriesType triggeringRepositoriesType, List<VcsRepositoryIdentifierProperties> selectedTriggeringRepositories)RepositoryBasedTriggerProperties(String name, String description, boolean isEnabled, Set<TriggerConditionProperties> conditions, RepositoryBasedTrigger.TriggeringRepositoriesType triggeringRepositoriesType, List<VcsRepositoryIdentifierProperties> selectedTriggeringRepositories) -
Uses of PropertiesValidationException in com.atlassian.bamboo.specs.api.validators.common
Methods in com.atlassian.bamboo.specs.api.validators.common that throw PropertiesValidationException Modifier and Type Method Description static voidImporterUtils. checkNoErrors(@NotNull List<ValidationProblem> errors)static voidImporterUtils. checkNoErrors(@NotNull Optional<ValidationProblem> error)static StringImporterUtils. checkNotBlank(@NotNull ValidationContext validationContext, @NotNull String argumentName, @Nullable String o)Used to extra validate argument that shouldn't be blank.static StringImporterUtils. checkNotBlank(@NotNull String argumentName, @Nullable String o)Used to extra validate argument that shouldn't be blank.static StringImporterUtils. checkNotEmpty(@NotNull ValidationContext validationContext, @NotNull String argumentName, @Nullable String s)static StringImporterUtils. checkNotEmpty(@NotNull String argumentName, @Nullable String s)static voidImporterUtils. checkNotNegative(@NotNull ValidationContext validationContext, @NotNull String argumentName, int value)Used during building properties to check that a number is a non-negative integer.static voidImporterUtils. checkNotNegative(@NotNull String argumentName, int value)Used during building properties to check that a number is a non-negative integer.static <T> TImporterUtils. checkNotNull(@NotNull ValidationContext validationContext, @NotNull String argumentName, T o)Used to extra validate argument that shouldn't be null to throw our exception instead of NPE.static <T> TImporterUtils. checkNotNull(@NotNull String argumentName, T o)Used to extra validate argument that shouldn't be null to throw our exception instead of NPE.static voidImporterUtils. checkPluginKey(@NotNull ValidationContext validationContext, @NotNull AtlassianModuleProperties actual, @NotNull AtlassianModuleProperties expected)static voidImporterUtils. checkPositive(@NotNull ValidationContext validationContext, @NotNull String argumentName, int value)Used during building properties to check that a number is a positive integer.static voidImporterUtils. checkPositive(@NotNull ValidationContext validationContext, @NotNull String argumentName, long value)Used during building properties to check that a number is a positive integer.static voidImporterUtils. checkPositive(@NotNull String argumentName, int value)Used during building properties to check that a number is a positive integer.static voidImporterUtils. checkPositive(@NotNull String argumentName, long value)Used during building properties to check that a number is a positive integer.static voidImporterUtils. checkRequired(@NotNull ValidationContext validationContext, @NotNull String propertyName, @Nullable Object o)Used during building properties object when some property is missing.static voidImporterUtils. checkRequired(@NotNull ValidationContext validationContext, @Nullable Object o)Used during building properties object when some property is missing.static voidImporterUtils. checkRequiredNotBlank(@NotNull ValidationContext validationContext, @Nullable String s)Used during building properties object when some property is missing.static voidImporterUtils. checkThat(@NotNull ValidationContext validationContext, boolean condition, @NotNull String messageFormat, @NotNull Object... messageArgs)static voidImporterUtils. checkThat(@NotNull String message, @org.jetbrains.annotations.NotNull boolean condition)
-