|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildPlanDefinition
This interface encapsulates all information required to execute a particular build plan. The typical case is how to
check out given a BuildContext#getVcsRevisionKey()
, then run the builder command and then collect all the
various artifacts.
Method Summary | |
---|---|
BuilderV2 |
getBuilderV2()
Deprecated. |
java.util.Map<java.lang.String,java.lang.String> |
getCustomConfiguration()
|
RepositoryV2 |
getRepository()
Deprecated. use getRepositoryV2() instead |
RepositoryV2 |
getRepositoryV2()
A repository object that can be used to perform |
Method Detail |
---|
@Deprecated @Nullable RepositoryV2 getRepository()
getRepositoryV2()
instead
@Nullable RepositoryV2 getRepositoryV2()
@Deprecated BuilderV2 getBuilderV2()
java.util.Map<java.lang.String,java.lang.String> getCustomConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |