|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildLoggerManager
Manages instances of BuildLogger
Method Summary | |
---|---|
BuildLogger |
getBuildLogger(PlanKey planKey)
Returns a BuildLogger for the given plan |
BuildLogger |
getBuildLogger(PlanResultKey resultKey)
Returns a BuildLogger for the given result |
BuildLogger |
getBuildLogger(java.lang.String planOrResultKey)
Deprecated. since 2.6 Use getBuildLogger(PlanKey) or getBuildLogger(PlanResultKey) instead |
void |
removeBuildLogger(PlanKey planKey)
Removes plan logger for given plan key. |
void |
removeBuildLogger(PlanResultKey buildResultKey)
Removes buildLogger for finished build process. |
Method Detail |
---|
@NotNull BuildLogger getBuildLogger(@NotNull PlanKey planKey)
BuildLogger
for the given plan
planKey
-
@NotNull BuildLogger getBuildLogger(@NotNull PlanResultKey resultKey)
BuildLogger
for the given result
resultKey
-
@NotNull @Deprecated BuildLogger getBuildLogger(@NotNull java.lang.String planOrResultKey)
getBuildLogger(PlanKey)
or getBuildLogger(PlanResultKey)
instead
BuildLogger
for the given plan or result key. If it's detected
that the AgentContext
is building something, passing the plan key String will switch to log to the result log
planOrResultKey
-
void removeBuildLogger(PlanKey planKey)
planKey
- void removeBuildLogger(PlanResultKey buildResultKey)
buildResultKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |