Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-builds-dev] Question about subclassing BuildPlan

Hi all,

I am trying to write connector for Red Hat's in-house build system called koji.

I noticed that Mylyn Builds' Build and BuildPlan are pretty solid, but there is
a minor problem for me to make the resubmission of a task (corresponds to the run
build function) - as I am mapping both koji builds and koji tasks to Build, I have
difficulty to map those two IDs to the Build object.  To solve that, I wonder if I can
subclass Build with an extra field to store the actual koji package object,
implement Cloneable to provide clone() for every koji classes and have my customer version
of createWorkingCopy() for the BuildServerBehavior subclass of the koji connector?

You kind advice is appreciated, thank you!

Yours sincerely,

Ken Leung


Back to the top