org.jenkinsCi.plugins.projectDescriptionSetter
Class DescriptionSetterWrapperDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.BuildWrapper>
      extended by hudson.tasks.BuildWrapperDescriptor
          extended by org.jenkinsCi.plugins.projectDescriptionSetter.DescriptionSetterWrapperDescriptor
All Implemented Interfaces:
hudson.model.Saveable

@Extension
public class DescriptionSetterWrapperDescriptor
extends hudson.tasks.BuildWrapperDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
DescriptionSetterWrapperDescriptor()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest request, net.sf.json.JSONObject formData)
           
 hudson.util.ListBoxModel doFillCharsetItems()
           
 java.lang.String getCharset()
           
 java.lang.String getDefaultCharset()
           
 java.lang.String getDisplayName()
           
 java.lang.String getProjectDescriptionFilename()
           
 boolean isApplicable(hudson.model.AbstractProject<?,?> abstractProject)
           
 boolean isDisableTokens()
           
 void setCharset(java.lang.String charset)
           
 void setDisableTokens(boolean disableTokens)
           
 void setProjectDescriptionFilename(java.lang.String projectDescriptionFilename)
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionSetterWrapperDescriptor

public DescriptionSetterWrapperDescriptor()
Method Detail

getCharset

public java.lang.String getCharset()

setCharset

public void setCharset(java.lang.String charset)

getProjectDescriptionFilename

public java.lang.String getProjectDescriptionFilename()

setProjectDescriptionFilename

public void setProjectDescriptionFilename(java.lang.String projectDescriptionFilename)

isDisableTokens

public boolean isDisableTokens()

setDisableTokens

public void setDisableTokens(boolean disableTokens)

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest request,
                         net.sf.json.JSONObject formData)
Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>

doFillCharsetItems

public hudson.util.ListBoxModel doFillCharsetItems()

getDefaultCharset

public java.lang.String getDefaultCharset()

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>

isApplicable

public boolean isApplicable(hudson.model.AbstractProject<?,?> abstractProject)
Specified by:
isApplicable in class hudson.tasks.BuildWrapperDescriptor


Copyright © 2004-2012. All Rights Reserved.