Re: Trouble extending MatrixProject

2014-10-14 Thread Tyler Fitch
I played around with modifying to the Matrix Project plugin locally and wasn't getting to far. But then I stumbled upon the Yaml Project plugin. This class seems to work as an intermediary between the two types of classes (MultiBranchProject and AbstractProject) I was having trouble

Re: Trouble extending MatrixProject

2014-10-13 Thread Jesse Glick
On Sat, Oct 11, 2014 at 12:29 AM, Tyler Fitch tfi...@gmail.com wrote: I've got more info around my problem. It's possible my problem because I don't have a good understanding of how to use generics and inheritance. Oof. Stephen is probably the one to ask about anything specific to

Re: Trouble extending MatrixProject

2014-10-10 Thread Tyler Fitch
Hi Jesse and anyone else following along, I've got more info around my problem. It's possible my problem because I don't have a good understanding of how to use generics and inheritance. So any advice is appreciated. I've found the MultiBranchProject and BranchProjectFactory both throw

Re: Trouble extending MatrixProject

2014-10-08 Thread Tyler Fitch
I just saw this come up during my night. https://github.com/jenkinsci/freestyle-multibranch-plugin I think it'll be a model to help me put together what I'm trying to do. Thanks! On Tuesday, October 7, 2014 8:02:17 AM UTC-7, Jesse Glick wrote: On Mon, Oct 6, 2014 at 2:07 PM, Tyler Fitch

Re: Trouble extending MatrixProject

2014-10-07 Thread Jesse Glick
On Mon, Oct 6, 2014 at 2:07 PM, Tyler Fitch tfi...@gmail.com wrote: Looking at the Literate Plugin as an example, I’m trying to create a Multibranch + Matrix Configuration plugin. Where LiterateProject extends ProjectLiterateBranchProject, LiterateBranchBuild I instead want to extend

Re: Trouble extending MatrixProject

2014-10-07 Thread Tyler Fitch
Thank you the thoughts Jesse. As an alternate approach, is there a way I could change a FreestyleProject in to a MatrixProject. Hopefully programmatically? On Tuesday, October 7, 2014 8:02:17 AM UTC-7, Jesse Glick wrote: On Mon, Oct 6, 2014 at 2:07 PM, Tyler Fitch tfi...@gmail.com

Trouble extending MatrixProject

2014-10-06 Thread Tyler Fitch
Looking at the Literate Plugin as an example, I’m trying to create a Multibranch + Matrix Configuration plugin. Where LiterateProject extends ProjectLiterateBranchProject, LiterateBranchBuild I instead want to extend MatrixProject to create that type of job. I tried a very stripped down