[JIRA] [nested-view] (JENKINS-23283) nested view plugin get list of jobs in a sub view ?

2014-09-25 Thread manoj.thak...@gmail.com (JIRA)














































Manoj Thakkar
 commented on  JENKINS-23283


nested view plugin get list of jobs in a sub view ?















this will work actually, i was trying to get nested views items and this will do the trick



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [nested-view] (JENKINS-23283) nested view plugin get list of jobs in a sub view ?

2014-08-15 Thread michael.pa...@danteinc.com (JIRA)














































Michael Payne
 commented on  JENKINS-23283


nested view plugin get list of jobs in a sub view ?















Not sure if I understand your use of subview and nested view here.  Is this what you want?

def parent = Hudson.instance.getView("Parent_View")
	def views = parent.getViews()
	def view = views.find {it.getDisplayName() == 'Child_View'}
for(item in view.getItems()) {
  		println(item.name)
	}
}


Perhaps you can elaborate on the requirement here.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [nested-view] (JENKINS-23283) nested view plugin get list of jobs in a sub view ?

2014-06-03 Thread manoj.thak...@gmail.com (JIRA)














































Manoj Thakkar
 created  JENKINS-23283


nested view plugin get list of jobs in a sub view ?















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Components:


nested-view



Created:


03/Jun/14 6:00 AM



Description:


i am trying to get list of jobs in a subview of a nested view.
I could not get it programatically, hudson.instance.getView or hudson.instance.getViews does not help in this case,

Please advise on how to get that information, if its not already there then please add the necessary changes 




Due Date:


03/Jun/14 12:00 AM




Project:


Jenkins



Priority:


Major



Reporter:


Manoj Thakkar

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.