com.pmease.quickbuild.step
Class LabelStepFacade

java.lang.Object
  extended bycom.pmease.quickbuild.step.LabelStepFacade

public class LabelStepFacade
extends java.lang.Object

Facade class for LabelStep. This step labels codes checked out by repositories


Constructor Summary
LabelStepFacade()
           
 
Method Summary
 java.lang.String getComment()
          OGNL: Specify comment for this label action.
 java.lang.String getLabelExpression()
          OGNL: Specifies the label that will be applied to related repositories.
 java.lang.String getName()
          Provide a name for this step.
 java.lang.String getStepNecessaryCondition()
          OGNL: Determines if this step is necessary during the build process.
 void setComment(java.lang.String comment)
           
 void setLabelExpression(java.lang.String labelExpression)
           
 void setName(java.lang.String name)
           
 void setStepNecessaryCondition(java.lang.String stepNecessaryCondition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelStepFacade

public LabelStepFacade()
Method Detail

getLabelExpression

public java.lang.String getLabelExpression()
OGNL: Specifies the label that will be applied to related repositories.


setLabelExpression

public void setLabelExpression(java.lang.String labelExpression)

getComment

public java.lang.String getComment()
OGNL: Specify comment for this label action.


setComment

public void setComment(java.lang.String comment)

getStepNecessaryCondition

public java.lang.String getStepNecessaryCondition()
OGNL: Determines if this step is necessary during the build process. It is an OGNL expression with current configuration as its root object.


setStepNecessaryCondition

public void setStepNecessaryCondition(java.lang.String stepNecessaryCondition)

getName

public java.lang.String getName()
Provide a name for this step.


setName

public void setName(java.lang.String name)


Copyright © 2005 PMEase Inc. All Rights Reserved.