org.sonar.api.workflow.condition
Class ProjectPropertyCondition

java.lang.Object
  extended by org.sonar.api.workflow.condition.Condition
      extended by org.sonar.api.workflow.condition.ProjectPropertyCondition
Direct Known Subclasses:
HasProjectPropertyCondition

@Beta
public abstract class ProjectPropertyCondition
extends Condition

Since:
3.1

Constructor Summary
protected ProjectPropertyCondition(String propertyKey)
           
 
Method Summary
 String getPropertyKey()
           
 
Methods inherited from class org.sonar.api.workflow.condition.Condition
doVerify, isOnContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectPropertyCondition

protected ProjectPropertyCondition(String propertyKey)
Method Detail

getPropertyKey

public final String getPropertyKey()


Copyright © 2009-2012 SonarSource. All Rights Reserved.