Skip to content

Instantly share code, notes, and snippets.

@britt
Created August 7, 2008 18:34
Show Gist options
  • Save britt/4462 to your computer and use it in GitHub Desktop.
Save britt/4462 to your computer and use it in GitHub Desktop.
def get_job_names
context.getBeansOfType(JobConf).collect do |beanGetJobName,bean|
bean.getJobName
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment