jetbrains.buildServer.artifacts
Interface RevisionRule

All Superinterfaces:
XmlExternalizable
All Known Implementing Classes:
BuildTagRevisionRule, RevisionRules.AbstractRevisionRule

public interface RevisionRule
extends XmlExternalizable

Identifies build from which artifacts will be downloaded. Use RevisionRules class to construct RevisionRule.


Method Summary
 java.lang.String getDescription()
          Returns description of this rule
 java.lang.String getName()
          Returns code name of the revision.
 java.lang.String getRevision()
          Returns actual revision value
 
Methods inherited from interface jetbrains.buildServer.XmlExternalizable
writeTo
 

Method Detail

getName

java.lang.String getName()
Returns code name of the revision. RevisionRules

Returns:
code name of the revision

getRevision

java.lang.String getRevision()
Returns actual revision value

Returns:
actual revision value

getDescription

java.lang.String getDescription()
Returns description of this rule

Returns:
description of this rule