public interface PlanRepositoryLink extends BambooObject
| Modifier and Type | Method and Description |
|---|---|
Plan |
getPlan() |
int |
getPosition() |
RepositoryDataEntity |
getRepositoryDataEntity() |
boolean |
isBuildTrigger()
Deprecated.
since 4.3. The information is now stored in configuration of
RepositoryAwareBuildStrategy |
void |
setBuildTrigger(boolean buildTrigger)
Deprecated.
since 4.3. The information is now stored in configuration of
RepositoryAwareBuildStrategy |
void |
setPlan(Plan plan) |
void |
setPosition(int position) |
void |
setRepositoryDataEntity(RepositoryDataEntity repositoryDataEntity) |
setIdgetId@NotNull Plan getPlan()
void setPlan(@NotNull
Plan plan)
@NotNull RepositoryDataEntity getRepositoryDataEntity()
void setRepositoryDataEntity(@NotNull
RepositoryDataEntity repositoryDataEntity)
int getPosition()
void setPosition(int position)
@Deprecated boolean isBuildTrigger()
RepositoryAwareBuildStrategy@Deprecated void setBuildTrigger(boolean buildTrigger)
RepositoryAwareBuildStrategybuildTrigger - Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.