[JIRA] (JENKINS-54532) Document how to get parameters from a Run

2018-11-07 Thread cr...@2ndquadrant.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Ringer commented on  JENKINS-54532  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Document how to get parameters from a Run   
 

  
 
 
 
 

 
 Pull https://github.com/jenkinsci/jenkins/pull/3724  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-54532) Document how to get parameters from a Run

2018-11-07 Thread cr...@2ndquadrant.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Ringer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54532  
 
 
  Document how to get parameters from a Run   
 

  
 
 
 
 

 
Change By: 
 Craig Ringer  
 

  
 
 
 
 

 
 It's very hard for someone new to Jenkins' internal structure (perhaps a Pipeline script author) to figure out how to get build parameters, environment variables, etc from a{{ Run  }} .Address this with a documentation change that directs the reader to  the  {{  Actionable }} {{  superclass's getAction(Class) , }} and {{  getAllActions()  }}  methods, and to  {{  ParametersAction }}  as an example.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-54532) Document how to get parameters from a Run

2018-11-07 Thread cr...@2ndquadrant.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Ringer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54532  
 
 
  Document how to get parameters from a Run   
 

  
 
 
 
 

 
Change By: 
 Craig Ringer  
 

  
 
 
 
 

 
 It's very hard for someone new to Jenkins' internal structure (perhaps a Pipeline script author) to figure out how to get build parameters, environment variables, etc from a {{Run}}.Address this with a documentation change that directs the reader to  the {{Actionable}}  {{ superclass's  {{  getAction(Class)}} and {{getAllActions() }} methods, and to {{ParametersAction}} as an example.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-54532) Document how to get parameters from a Run

2018-11-07 Thread cr...@2ndquadrant.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Ringer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54532  
 
 
  Document how to get parameters from a Run   
 

  
 
 
 
 

 
Issue Type: 
  Patch  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2018-11-08 02:59  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Craig Ringer  
 

  
 
 
 
 

 
 It's very hard for someone new to Jenkins' internal structure (perhaps a Pipeline script author) to figure out how to get build parameters, environment variables, etc from a Run. Address this with a documentation change that directs the reader to the Actionable superclass's getAction(Class), getAllActions() methods, and to ParametersAction as an example.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment