com.nirima
Class AdaptivePluginProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by com.nirima.AdaptivePluginProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ModelObject, hudson.tasks.BuildStep

@ExportedBean(defaultVisibility=2)
public class AdaptivePluginProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
implements hudson.model.Action

Created by IntelliJ IDEA. User: magnayn Date: 22/12/2010 Time: 11:55 To change this template use File | Settings | File Templates.


Nested Class Summary
static class AdaptivePluginProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
AdaptivePluginProperty(java.lang.String script)
           
 
Method Summary
 AdaptivePluginRun getAdaptivePluginRun(hudson.model.AbstractBuild build)
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.String getScript()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdaptivePluginProperty

@DataBoundConstructor
public AdaptivePluginProperty(java.lang.String script)
Method Detail

getScript

public java.lang.String getScript()

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getAdaptivePluginRun

public AdaptivePluginRun getAdaptivePluginRun(hudson.model.AbstractBuild build)


Copyright © 2004-2011. All Rights Reserved.