org.hudsonci.plugins.jna
Class JnaNativeMacSupport
java.lang.Object
hudson.model.AbstractDescribableImpl<org.eclipse.hudson.jna.NativeMacSupport>
org.eclipse.hudson.jna.NativeMacSupport
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| 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 |
JnaNativeMacSupport
@DataBoundConstructor
public JnaNativeMacSupport()
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.