|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface RepositoryAwareTaskConfigurator
Interface declaring that Task configured with this TaskConfigurator references RepositoryDefinitions.
| Method Summary | |
|---|---|
java.util.List<RepositoryDefinition> |
getRepositoriesUsedByTask(TaskDefinition taskDefinition,
ImmutableJob job)
|
void |
handleRepositoryIdChanged(TaskDefinition taskDefinition,
Job job,
java.util.Map<java.lang.Long,java.lang.Long> repositoryIdChanges)
Deprecated. since 4.3 use handleRepositoryIdChanged(TaskDefinition, Map) |
void |
handleRepositoryIdChanged(TaskDefinition taskDefinition,
java.util.Map<java.lang.Long,java.lang.Long> repositoryIdChanges)
Action taken if repository id changed, i.e. |
| Methods inherited from interface com.atlassian.bamboo.task.TaskConfigurator |
|---|
generateTaskConfigMap, populateContextForCreate, populateContextForEdit, populateContextForView, validate |
| Methods inherited from interface com.atlassian.bamboo.task.BuildTaskRequirementSupport |
|---|
calculateRequirements |
| Method Detail |
|---|
@NotNull
java.util.List<RepositoryDefinition> getRepositoriesUsedByTask(@NotNull
TaskDefinition taskDefinition,
@NotNull
ImmutableJob job)
taskDefinition - definition of a Taskjob -
RepositoryDefinition referenced by the Task
void handleRepositoryIdChanged(@NotNull
TaskDefinition taskDefinition,
@NotNull
java.util.Map<java.lang.Long,java.lang.Long> repositoryIdChanges)
taskDefinition - definition of a TaskrepositoryIdChanges - mapping between old and new repository identifiers
@Deprecated
void handleRepositoryIdChanged(@NotNull
TaskDefinition taskDefinition,
@NotNull
Job job,
@NotNull
java.util.Map<java.lang.Long,java.lang.Long> repositoryIdChanges)
handleRepositoryIdChanged(TaskDefinition, Map)
taskDefinition - definition of a Taskjob - repositoryIdChanges - mapping between old and new repository identifiers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||