Package com.atlassian.bamboo.plan.rss
Interface PlanVcsBambooSpecsSource
-
- All Known Implementing Classes:
PlanVcsBambooSpecsSourceImpl
@Internal public interface PlanVcsBambooSpecsSource
Relation between plan and itsVcsBambooSpecsSource
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Chain
getPlan()
long
getPlanId()
@NotNull VcsBambooSpecsSource
getVcsBambooSpecsSource()
-
-
-
Method Detail
-
getPlan
@NotNull @NotNull Chain getPlan()
-
getVcsBambooSpecsSource
@NotNull @NotNull VcsBambooSpecsSource getVcsBambooSpecsSource()
-
getPlanId
long getPlanId()
-
-