Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calavera/hudson-mirah-wrappers

Wrappers to avoid generics to write Hudson plugins with Mirah
https://github.com/calavera/hudson-mirah-wrappers

Last synced: about 2 months ago
JSON representation

Wrappers to avoid generics to write Hudson plugins with Mirah

Awesome Lists containing this project

README

        

h2. Hudson Mirah wrapper

Java classes and wrappers to allow to write Hudson plugins with Mirah.

Right now Mirah, version 0.4, doesn't support generics but Hudson uses all
around its plugins and they are a key for the discovery system.

This project aims to contain java wrappers with those required generics so
Mirah classes can extend from them and avoid generics.

h2. Current available wrappers

h4. Descriptors

* BuilderStepDecriptor: wrapper for BuildStepDescriptor