| Package | Description |
|---|---|
| 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.trigger |
Build triggers.
|
| 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.trigger |
Build triggers.
|
| com.atlassian.bamboo.specs.model.task |
Tasks you can execute in a job.
|
| com.atlassian.bamboo.specs.model.trigger |
Build triggers.
|
| Modifier and Type | Method and Description |
|---|---|
protected VcsRepositoryIdentifierProperties |
VcsRepositoryIdentifier.build() |
| Modifier and Type | Field and Description |
|---|---|
protected List<VcsRepositoryIdentifierProperties> |
RepositoryBasedTrigger.selectedTriggeringRepositories |
| Modifier and Type | Method and Description |
|---|---|
VcsRepositoryIdentifierProperties |
VcsRepositoryProperties.toIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
List<VcsRepositoryIdentifierProperties> |
RepositoryBasedTriggerProperties.getSelectedTriggeringRepositories() |
| Constructor and Description |
|---|
AnyTriggerProperties(AtlassianModuleProperties atlassianPlugin,
String name,
String description,
boolean isEnabled,
Map<String,String> configuration,
RepositoryBasedTrigger.TriggeringRepositoriesType triggeringRepositoriesType,
List<VcsRepositoryIdentifierProperties> selectedTriggeringRepositories) |
RepositoryBasedTriggerProperties(String name,
String description,
boolean isEnabled,
RepositoryBasedTrigger.TriggeringRepositoriesType triggeringRepositoriesType,
List<VcsRepositoryIdentifierProperties> selectedTriggeringRepositories) |
| Modifier and Type | Method and Description |
|---|---|
VcsRepositoryIdentifierProperties |
CheckoutItemProperties.getRepository() |
| Constructor and Description |
|---|
CheckoutItemProperties(VcsRepositoryIdentifierProperties repository,
String path,
boolean defaultRepository) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.