|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AgentVcsSupportCore
Implement this interface for your version control name to provide agent environment check for your vcs plugin.
| Method Summary | |
|---|---|
boolean |
canRun(BuildAgentConfiguration agentConfiguration,
TextLogger messageLog)
This method may be called at any time. |
java.lang.String |
getName()
Name of the VCS plugin. |
| Method Detail |
|---|
@NotNull java.lang.String getName()
VcsSupportConfig.getName()
boolean canRun(@NotNull
BuildAgentConfiguration agentConfiguration,
@NotNull
TextLogger messageLog)
agentConfiguration - - current agent configurationmessageLog - - logger to log user-related information on plugin availability
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||