public abstract class JobBase extends Object implements hudson.ExtensionPoint, hudson.model.Action, hudson.model.Describable<JobBase>
| Constructor and Description |
|---|
JobBase()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<JobBase> |
all()
Returns all the registered
JobBases. |
JobBaseDescriptor |
getDescriptor()
Default descriptor
|
String |
getDisplayName()
Default display name.
|
String |
getIconFileName()
Default icon name
|
hudson.scm.SCM |
getTheScm()
Get the SCM
|
String |
getUrlName()
Default URL name
|
void |
setTheScm(hudson.scm.SCM scm)
Set the SCM object
|
public hudson.scm.SCM getTheScm()
public void setTheScm(hudson.scm.SCM scm)
scm - new SCMpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic JobBaseDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<JobBase>Copyright © 2016–2022 Vector Informatik, GmbH. All rights reserved.