org.hudsonci.plugins.jna
Class JnaNativeMacSupport

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<org.eclipse.hudson.jna.NativeMacSupport>
      extended by org.eclipse.hudson.jna.NativeMacSupport
          extended by org.hudsonci.plugins.jna.JnaNativeMacSupport
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<org.eclipse.hudson.jna.NativeMacSupport>, Serializable

public class JnaNativeMacSupport
extends org.eclipse.hudson.jna.NativeMacSupport

JNA based Native Support Extension for Hudson

See Also:
Serialized Form

Nested Class Summary
static class JnaNativeMacSupport.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JnaNativeMacSupport()
           
 
Method Summary
 String getLastError()
           
 List<org.eclipse.hudson.jna.NativeProcess> getMacProcesses()
           
 boolean hasSupportFor(org.eclipse.hudson.jna.NativeFunction nativeFunc)
           
 
Methods inherited from class org.eclipse.hudson.jna.NativeMacSupport
all, getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnaNativeMacSupport

@DataBoundConstructor
public JnaNativeMacSupport()
Method Detail

hasSupportFor

public boolean hasSupportFor(org.eclipse.hudson.jna.NativeFunction nativeFunc)
Specified by:
hasSupportFor in class org.eclipse.hudson.jna.NativeMacSupport

getLastError

public String getLastError()
Specified by:
getLastError in class org.eclipse.hudson.jna.NativeMacSupport

getMacProcesses

public List<org.eclipse.hudson.jna.NativeProcess> getMacProcesses()
                                                           throws org.eclipse.hudson.jna.NativeAccessException
Specified by:
getMacProcesses in class org.eclipse.hudson.jna.NativeMacSupport
Throws:
org.eclipse.hudson.jna.NativeAccessException


Copyright © 2004-2012 Hudson. All Rights Reserved.