jenkins.plugin.assembla
Class AssemblaProjectProperty
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
jenkins.plugin.assembla.AssemblaProjectProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
public class AssemblaProjectProperty
- extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Fields inherited from class hudson.model.JobProperty |
owner |
Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
Methods inherited from class hudson.model.JobProperty |
getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
@Extension
public static final AssemblaProjectProperty.DescriptorImpl DESCRIPTOR
AssemblaProjectProperty
@DataBoundConstructor
public AssemblaProjectProperty(String spaceName,
boolean backtrackEnabled,
String siteName,
boolean pluginEnabled)
isPluginEnabled
public boolean isPluginEnabled()
getSpaceName
public String getSpaceName()
isBacktrackEnabled
public boolean isBacktrackEnabled()
getSiteName
public String getSiteName()
getDescriptor
public AssemblaProjectProperty.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interface hudson.model.Describable<hudson.model.JobProperty<?>>
- Overrides:
getDescriptor
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
getSite
public AssemblaSite getSite()
Copyright © 2004-2013. All Rights Reserved.