Class UserCommunityProperty
- java.lang.Object
-
- hudson.model.UserProperty
-
- io.jenkins.plugins.localization_zh_cn.UserCommunityProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<UserProperty>
,ReconfigurableDescribable<UserProperty>
public class UserCommunityProperty extends UserProperty
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserCommunityProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.UserProperty
user
-
-
Constructor Summary
Constructors Constructor Description UserCommunityProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jenkins.plugins.localization_zh_cn.UserCommunityProperty.ShowConditions[]
getAllConditions()
String
getConditionDisplay(io.jenkins.plugins.localization_zh_cn.UserCommunityProperty.ShowConditions conditions)
String
getShowCondition()
void
setShowCondition(String showCondition)
-
Methods inherited from class hudson.model.UserProperty
all, getDescriptor, reconfigure, setUser
-
-
-
-
Method Detail
-
getShowCondition
public String getShowCondition()
-
setShowCondition
@DataBoundSetter public void setShowCondition(String showCondition)
-
getAllConditions
public io.jenkins.plugins.localization_zh_cn.UserCommunityProperty.ShowConditions[] getAllConditions()
-
getConditionDisplay
public String getConditionDisplay(io.jenkins.plugins.localization_zh_cn.UserCommunityProperty.ShowConditions conditions)
-
-