de.fspengler.hudson.pview
Class UserPersonalViewProperty
java.lang.Object
hudson.model.UserProperty
de.fspengler.hudson.pview.UserPersonalViewProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>
@ExportedBean(defaultVisibility=999)
public class UserPersonalViewProperty
- extends hudson.model.UserProperty
- implements hudson.model.Describable<hudson.model.UserProperty>, hudson.ExtensionPoint
- Author:
- Tom Spengler
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Fields inherited from class hudson.model.UserProperty |
user |
Constructor Summary |
UserPersonalViewProperty(java.lang.String pViewExpression,
java.lang.Boolean pViewBuildNoExecutor,
java.lang.Boolean pViewBuildNoQueue,
java.lang.Boolean pcStatus,
java.lang.Boolean pcWeather,
java.lang.Boolean pcJob,
java.lang.Boolean pcLastSuccess,
java.lang.Boolean pcLastFailure,
java.lang.Boolean pcLastStable,
java.lang.Boolean pcLastDuration,
java.lang.Boolean pcConsoleView,
java.lang.Boolean pcBuildButton,
java.lang.String treeSplitChar,
int treePosition,
int stepInNumberJobs)
|
Methods inherited from class hudson.model.UserProperty |
all, reconfigure |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPersonalViewProperty
@DataBoundConstructor
public UserPersonalViewProperty(java.lang.String pViewExpression,
java.lang.Boolean pViewBuildNoExecutor,
java.lang.Boolean pViewBuildNoQueue,
java.lang.Boolean pcStatus,
java.lang.Boolean pcWeather,
java.lang.Boolean pcJob,
java.lang.Boolean pcLastSuccess,
java.lang.Boolean pcLastFailure,
java.lang.Boolean pcLastStable,
java.lang.Boolean pcLastDuration,
java.lang.Boolean pcConsoleView,
java.lang.Boolean pcBuildButton,
java.lang.String treeSplitChar,
int treePosition,
int stepInNumberJobs)
getDescriptor
public hudson.model.UserPropertyDescriptor getDescriptor()
- Specified by:
getDescriptor
in interface hudson.model.Describable<hudson.model.UserProperty>
- Overrides:
getDescriptor
in class hudson.model.UserProperty
getUser
@Exported
public hudson.model.User getUser()
getStepInNumberJobs
@Exported
public int getStepInNumberJobs()
setStepInNumberJobs
public void setStepInNumberJobs(int stepInNumberJobs)
getTreePosition
@Exported
public int getTreePosition()
setTreePosition
public void setTreePosition(int treePosition)
getPViewExpression
@Exported
public java.lang.String getPViewExpression()
setPViewExpression
public void setPViewExpression(java.lang.String pViewExpression)
isPViewBuildNoQueue
@Exported
public boolean isPViewBuildNoQueue()
setPViewBuildNoQueue
public void setPViewBuildNoQueue(boolean pViewBuildNoQueue)
isPViewBuildNoExecutor
@Exported
public boolean isPViewBuildNoExecutor()
setPViewBuildNoExecutor
public void setPViewBuildNoExecutor(boolean pViewBuildNoExecutor)
isPcStatus
@Exported
public boolean isPcStatus()
setPcStatus
public void setPcStatus(boolean pcStatus)
isPcWeather
@Exported
public boolean isPcWeather()
setPcWeather
public void setPcWeather(boolean pcWeather)
isPcJob
@Exported
public boolean isPcJob()
setPcJob
public void setPcJob(boolean pcJob)
isPcLastSuccess
@Exported
public boolean isPcLastSuccess()
setPcLastSuccess
public void setPcLastSuccess(boolean pcLastSuccess)
isPcLastFailure
@Exported
public boolean isPcLastFailure()
setPcLastFailure
public void setPcLastFailure(boolean pcLastFailure)
isPcLastStable
@Exported
public boolean isPcLastStable()
setPcLastStable
public void setPcLastStable(boolean pcLastStable)
isPcLastDuration
@Exported
public boolean isPcLastDuration()
setPcLastDuration
public void setPcLastDuration(boolean pcLastDuration)
isPcConsoleView
@Exported
public boolean isPcConsoleView()
setPcConsoleView
public void setPcConsoleView(boolean pcConsoleView)
isPcBuildButton
@Exported
public boolean isPcBuildButton()
setPcBuildButton
public void setPcBuildButton(boolean pcBuildButton)
getTreeSplitChar
@Exported
public java.lang.String getTreeSplitChar()
setTreeSplitChar
public void setTreeSplitChar(java.lang.String treeSplitChar)
Copyright © 2004-2011. All Rights Reserved.