Package | Description |
---|---|
com.atlassian.bamboo.specs.api.builders.credentials |
Shared credentials for authenticating repositories or AWS access.
|
com.atlassian.bamboo.specs.api.builders.project |
Bamboo project (which is a container for plans).
|
com.atlassian.bamboo.specs.api.model.credentials |
Shared credentials for authenticating repositories or AWS access.
|
com.atlassian.bamboo.specs.api.model.plan |
Plan, plan branches, stages and jobs.
|
com.atlassian.bamboo.specs.api.validators.project |
Validate project settings.
|
com.atlassian.bamboo.specs.model.credentials |
Shared credentials for user-password and SSH authentication.
|
Modifier and Type | Field and Description |
---|---|
protected ProjectProperties |
SharedCredentials.project |
Modifier and Type | Method and Description |
---|---|
protected ProjectProperties |
Project.build() |
Modifier and Type | Method and Description |
---|---|
ProjectProperties |
SharedCredentialsProperties.getProject() |
Constructor and Description |
---|
AnySharedCredentialsProperties(AtlassianModuleProperties atlassianPlugin,
String name,
BambooOidProperties oid,
Map<String,Object> configuration,
ProjectProperties project) |
SharedCredentialsProperties(String name,
BambooOidProperties oid,
ProjectProperties project) |
Modifier and Type | Method and Description |
---|---|
ProjectProperties |
PlanProperties.getProject() |
Constructor and Description |
---|
PlanProperties(BambooOidProperties oid,
BambooKeyProperties key,
String name,
String description,
ProjectProperties project,
List<StageProperties> stages,
List<PlanRepositoryLinkProperties> repositories,
List<TriggerProperties> triggers,
List<VariableProperties> variables,
boolean enabled,
Collection<PluginConfigurationProperties> pluginConfigurations,
PlanBranchManagementProperties planBranchManagementProperties,
DependenciesProperties dependenciesProperties,
RepositoryStoredSpecsData repositoryStoredSpecsData,
List<NotificationProperties> notifications,
Boolean forceStopHungBuilds,
List<VcsRepositoryBranchProperties> repositoryBranches,
List<LabelProperties> labels,
PlanBranchConfigurationProperties planBranchConfiguration) |
Modifier and Type | Method and Description |
---|---|
static List<ValidationProblem> |
ProjectValidator.validate(ProjectProperties projectProperties) |
Constructor and Description |
---|
SshCredentialsProperties(String name,
BambooOidProperties oid,
String key,
String passphrase,
ProjectProperties project) |
UsernamePasswordCredentialsProperties(String name,
BambooOidProperties oid,
String username,
String password,
ProjectProperties project) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.