Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/calavera/hudson-mirah-wrappers
- Owner: calavera
- License: other
- Created: 2010-11-26T17:13:25.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-02T18:35:33.000Z (about 14 years ago)
- Last Synced: 2024-04-14T09:16:00.550Z (9 months ago)
- Language: Java
- Homepage: http://github.com/calavera/hudson-mirah-wrappers
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
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