Re: AbstractTestResultAction#getFailedTests()

2013-01-23 Thread Nalin Makar
f09e > > I would call this a case of poor abstraction. Seems like the signature > should return List. > >-- Dean > > From: Nalin Makar > Reply-To: "jenkinsci-...@googlegroups.com" > > Date: Wednesday, January 23, 2013 10:38 AM > To: jen

Re: AbstractTestResultAction#getFailedTests()

2013-01-23 Thread Nalin Makar
Ping! Any information/suggestions would help. On Mon, Jan 21, 2013 at 10:57 PM, Nalin Makar wrote: > Hi, > > I have a question regarding > https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java#L191 > > AbstractT

Re: Parameterized job with two stages?

2013-01-22 Thread Nalin Makar
How about creating your own custom parameter? When user enters the ticket id, you could then use AJAX to look up and display information of the Jira Ticket on the same page. On Mon, Jan 21, 2013 at 4:05 AM, syl20bnr wrote: > AFAIK, it's not possible to do this out of the box. > > You may be abl