de.fspengler.hudson.pview
Class UserPersonalViewProperty

java.lang.Object
  extended by hudson.model.UserProperty
      extended by 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 Class Summary
static class UserPersonalViewProperty.UserPersonalViewPropertyDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
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)
           
 
Method Summary
 hudson.model.UserPropertyDescriptor getDescriptor()
           
 java.lang.String getPViewExpression()
           
 int getStepInNumberJobs()
           
 int getTreePosition()
           
 java.lang.String getTreeSplitChar()
           
 hudson.model.User getUser()
           
 boolean isPcBuildButton()
           
 boolean isPcConsoleView()
           
 boolean isPcJob()
           
 boolean isPcLastDuration()
           
 boolean isPcLastFailure()
           
 boolean isPcLastStable()
           
 boolean isPcLastSuccess()
           
 boolean isPcStatus()
           
 boolean isPcWeather()
           
 boolean isPViewBuildNoExecutor()
           
 boolean isPViewBuildNoQueue()
           
 void setPcBuildButton(boolean pcBuildButton)
           
 void setPcConsoleView(boolean pcConsoleView)
           
 void setPcJob(boolean pcJob)
           
 void setPcLastDuration(boolean pcLastDuration)
           
 void setPcLastFailure(boolean pcLastFailure)
           
 void setPcLastStable(boolean pcLastStable)
           
 void setPcLastSuccess(boolean pcLastSuccess)
           
 void setPcStatus(boolean pcStatus)
           
 void setPcWeather(boolean pcWeather)
           
 void setPViewBuildNoExecutor(boolean pViewBuildNoExecutor)
           
 void setPViewBuildNoQueue(boolean pViewBuildNoQueue)
           
 void setPViewExpression(java.lang.String pViewExpression)
           
 void setStepInNumberJobs(int stepInNumberJobs)
           
 void setTreePosition(int treePosition)
           
 void setTreeSplitChar(java.lang.String treeSplitChar)
           
 
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
 

Constructor Detail

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)
Method Detail

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.