A C F J M O R S T U

A

AbstractRubyPrimitiveValueConverter<T extends org.jruby.runtime.builtin.IRubyObject> - Class in org.jenkinsci.jruby
Base class for converting simple values that maps to a string.
AbstractRubyPrimitiveValueConverter(RubyRuntimeResolver, Class<T>) - Constructor for class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 

C

canConvert(Class) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
canConvert(Class) - Method in class org.jenkinsci.jruby.JavaProxyConverter
 
canConvert(Class) - Method in class org.jenkinsci.jruby.JRubyXStreamConverter
 
canConvert(Class) - Method in class org.jenkinsci.jruby.RubyArrayConverter
 
canConvert(Class) - Method in class org.jenkinsci.jruby.RubyHashConverter
 

F

fromString(Ruby, String) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
fromString(Ruby, String) - Method in class org.jenkinsci.jruby.RubyBooleanConverter
 
fromString(Ruby, String) - Method in class org.jenkinsci.jruby.RubyClassConverter
 
fromString(Ruby, String) - Method in class org.jenkinsci.jruby.RubyFixnumConverter
 
fromString(Ruby, String) - Method in class org.jenkinsci.jruby.RubyIntegerConverter
 
fromString(Ruby, String) - Method in class org.jenkinsci.jruby.RubyStringConverter
 
fromString(Ruby, String) - Method in class org.jenkinsci.jruby.RubySymbolConverter
 

J

JavaProxyConverter - Class in org.jenkinsci.jruby
Converts instances of Java classes that represent Ruby objects whose classes derive from some existing Java class.
JavaProxyConverter(XStream, AbstractReflectionConverter) - Constructor for class org.jenkinsci.jruby.JavaProxyConverter
 
JRubyMapper - Class in org.jenkinsci.jruby
Set the proper alias for JRuby objects and proxy objects, so that implementation detail class names won't leak out to the persisted form.
JRubyMapper(Mapper) - Constructor for class org.jenkinsci.jruby.JRubyMapper
 
JRubyMapper.DynamicProxy - Class in org.jenkinsci.jruby
Place holder type used for dynamic proxies.
JRubyMapper.DynamicProxy() - Constructor for class org.jenkinsci.jruby.JRubyMapper.DynamicProxy
 
JRubyXStream - Class in org.jenkinsci.jruby
Entry point to the JRuby/XStream support.
JRubyXStream() - Constructor for class org.jenkinsci.jruby.JRubyXStream
 
JRubyXStreamConverter - Class in org.jenkinsci.jruby
Converter for converting generic JRuby objects.
JRubyXStreamConverter(XStream, RubyRuntimeResolver) - Constructor for class org.jenkinsci.jruby.JRubyXStreamConverter
 

M

mapper - Variable in class org.jenkinsci.jruby.JRubyXStreamConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.JavaProxyConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.JRubyXStreamConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.RubyArrayConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.RubyHashConverter
 
marshal(IRubyObject, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.RubyRuntimeResolver
Write out the necessary attributes/elements for the RubyRuntimeResolver.unmarshal(HierarchicalStreamReader, UnmarshallingContext) method to reconnect back later.

O

of(Ruby) - Static method in class org.jenkinsci.jruby.RubyRuntimeResolver
Returns an implementation that always resolves to the single ruby runtime.
org.jenkinsci.jruby - package org.jenkinsci.jruby
 

R

realClass(String) - Method in class org.jenkinsci.jruby.JRubyMapper
 
register(XStream, RubyRuntimeResolver) - Static method in class org.jenkinsci.jruby.JRubyXStream
Registers all the Ruby-related converters to the given XStream.
register(XStream, Ruby) - Static method in class org.jenkinsci.jruby.JRubyXStream
 
register(XStream, ScriptingContainer) - Static method in class org.jenkinsci.jruby.JRubyXStream
 
resolver - Variable in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
RubyArrayConverter - Class in org.jenkinsci.jruby
 
RubyArrayConverter(RubyRuntimeResolver) - Constructor for class org.jenkinsci.jruby.RubyArrayConverter
 
RubyBooleanConverter - Class in org.jenkinsci.jruby
 
RubyBooleanConverter(RubyRuntimeResolver) - Constructor for class org.jenkinsci.jruby.RubyBooleanConverter
 
RubyClassConverter - Class in org.jenkinsci.jruby
 
RubyClassConverter(RubyRuntimeResolver) - Constructor for class org.jenkinsci.jruby.RubyClassConverter
 
RubyFixnumConverter - Class in org.jenkinsci.jruby
 
RubyFixnumConverter(RubyRuntimeResolver) - Constructor for class org.jenkinsci.jruby.RubyFixnumConverter
 
RubyHashConverter - Class in org.jenkinsci.jruby
 
RubyHashConverter(RubyRuntimeResolver) - Constructor for class org.jenkinsci.jruby.RubyHashConverter
 
RubyIntegerConverter - Class in org.jenkinsci.jruby
 
RubyIntegerConverter(RubyRuntimeResolver) - Constructor for class org.jenkinsci.jruby.RubyIntegerConverter
 
RubyRuntimeResolver - Class in org.jenkinsci.jruby
When persistence of multiple JRuby runtime is involved, the caller can provide an implementation of this interface to (1) write out enough keys to reconnect back to the right runtime, and (2) read those info and actually resolve the instance of Ruby.
RubyRuntimeResolver() - Constructor for class org.jenkinsci.jruby.RubyRuntimeResolver
 
RubyStringConverter - Class in org.jenkinsci.jruby
 
RubyStringConverter(RubyRuntimeResolver) - Constructor for class org.jenkinsci.jruby.RubyStringConverter
 
RubySymbolConverter - Class in org.jenkinsci.jruby
 
RubySymbolConverter(RubyRuntimeResolver) - Constructor for class org.jenkinsci.jruby.RubySymbolConverter
 

S

serializedClass(Class) - Method in class org.jenkinsci.jruby.JRubyMapper
 
shouldSerializeMember(Class, String) - Method in class org.jenkinsci.jruby.JRubyMapper
 

T

toString(T) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
toString(RubyBoolean) - Method in class org.jenkinsci.jruby.RubyBooleanConverter
 
toString(RubyClass) - Method in class org.jenkinsci.jruby.RubyClassConverter
 
toString(RubyFixnum) - Method in class org.jenkinsci.jruby.RubyFixnumConverter
 
toString(RubyBignum) - Method in class org.jenkinsci.jruby.RubyIntegerConverter
 
toString(RubyString) - Method in class org.jenkinsci.jruby.RubyStringConverter
 
toString(RubySymbol) - Method in class org.jenkinsci.jruby.RubySymbolConverter
 
type - Variable in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 

U

unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.JavaProxyConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.JRubyXStreamConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.RubyArrayConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.RubyHashConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.RubyRuntimeResolver
 

A C F J M O R S T U

Copyright © 2004-2011. All Rights Reserved.