org.jenkinsCi.plugins.projectDescriptionSetter
Class DescriptionSetterWrapper

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>
      extended by hudson.tasks.BuildWrapper
          extended by org.jenkinsCi.plugins.projectDescriptionSetter.DescriptionSetterWrapper
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.matrix.MatrixAggregatable, hudson.model.Describable<hudson.tasks.BuildWrapper>

public class DescriptionSetterWrapper
extends hudson.tasks.BuildWrapper
implements hudson.matrix.MatrixAggregatable


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
hudson.tasks.BuildWrapper.Environment
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
DescriptionSetterWrapper(java.lang.String charset, java.lang.String projectDescriptionFilename, boolean disableTokens)
           
 
Method Summary
 hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild matrixBuild, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 java.lang.String getCharset()
           
 DescriptionSetterWrapperDescriptor getDescriptor()
           
 java.lang.String getProjectDescriptionFilename()
           
 boolean isDisableTokens()
           
 hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, decorateLogger, getProjectAction, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionSetterWrapper

@DataBoundConstructor
public DescriptionSetterWrapper(java.lang.String charset,
                                                     java.lang.String projectDescriptionFilename,
                                                     boolean disableTokens)
Method Detail

getCharset

public java.lang.String getCharset()

getProjectDescriptionFilename

public java.lang.String getProjectDescriptionFilename()

isDisableTokens

public boolean isDisableTokens()

setUp

public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
                                                   hudson.Launcher launcher,
                                                   hudson.model.BuildListener listener)
                                            throws java.io.IOException,
                                                   java.lang.InterruptedException
Overrides:
setUp in class hudson.tasks.BuildWrapper
Throws:
java.io.IOException
java.lang.InterruptedException

createAggregator

public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild matrixBuild,
                                                       hudson.Launcher launcher,
                                                       hudson.model.BuildListener listener)
Specified by:
createAggregator in interface hudson.matrix.MatrixAggregatable

getDescriptor

public DescriptionSetterWrapperDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>
Overrides:
getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>


Copyright © 2004-2012. All Rights Reserved.