|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated 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 | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getCustomConfiguration()
Deprecated. A map consisting of String key and String value pairs. |
Repository |
getRepository()
Deprecated. since 3.3 obsolete due to introduction of Multiple Repositories; use Plan#getRepositoryDefinitions() |
Method Detail |
---|
@Deprecated @Nullable Repository getRepository()
Plan#getRepositoryDefinitions()
Repository
.
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 |