Package com.sic.plugins.kpp
Class KPPNodeProperty
- java.lang.Object
-
- hudson.slaves.NodeProperty<Node>
-
- com.sic.plugins.kpp.KPPNodeProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<NodeProperty<?>>
,ReconfigurableDescribable<NodeProperty<?>>
public class KPPNodeProperty extends NodeProperty<Node>
Configure Slave Node Properties- Author:
- Michael Bär
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KPPNodeProperty.DescriptorImpl
Descriptor of theKPPNodeProperty
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.slaves.NodeProperty
node
-
-
Constructor Summary
Constructors Constructor Description KPPNodeProperty(String provisioningProfilesPath)
Construcrot
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KPPNodeProperty
getCurrentNodeProperties()
Get theKPPNodeProperty
.String
getProvisioningProfilesPath()
Get path to the directory where the provisioning profiles should be saved.-
Methods inherited from class hudson.slaves.NodeProperty
all, buildEnvVars, canTake, canTake, for_, getDescriptor, reconfigure, setNode, setUp
-
-
-
-
Constructor Detail
-
KPPNodeProperty
@DataBoundConstructor public KPPNodeProperty(String provisioningProfilesPath)
Construcrot- Parameters:
provisioningProfilesPath
- path to the directory where the provisioning profiles should be saved on the node.
-
-
Method Detail
-
getProvisioningProfilesPath
public String getProvisioningProfilesPath()
Get path to the directory where the provisioning profiles should be saved.- Returns:
- path to the directory
-
getCurrentNodeProperties
public static KPPNodeProperty getCurrentNodeProperties()
Get theKPPNodeProperty
.- Returns:
- node property
-
-