|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.JobProperty<hudson.model.Job<?,?>>
jenkins.plugins.jobicon.CustomIconProperty
public class CustomIconProperty
This property holds the custom icon filename.
Nested Class Summary | |
---|---|
static class |
CustomIconProperty.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 | |
---|---|
String |
iconfile
|
static String |
PATH
|
Fields inherited from class hudson.model.JobProperty |
---|
owner |
Fields inherited from interface hudson.tasks.BuildStep |
---|
BUILDERS, PUBLISHERS |
Constructor Summary | |
---|---|
CustomIconProperty(String iconfile)
|
Method Summary | |
---|---|
Collection<CustomIconAction> |
getJobActions(hudson.model.Job job)
|
Methods inherited from class hudson.model.JobProperty |
---|
getDescriptor, getJobAction, 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 |
Field Detail |
---|
public static final String PATH
public final String iconfile
Constructor Detail |
---|
@DataBoundConstructor public CustomIconProperty(String iconfile)
Method Detail |
---|
public Collection<CustomIconAction> getJobActions(hudson.model.Job job)
getJobActions
in class hudson.model.JobProperty<hudson.model.Job<?,?>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |