com.atlassian.bamboo.build.expiry
Class BuildExpiryType

java.lang.Object
  extended by com.atlassian.bamboo.build.expiry.BuildExpiryType

public class BuildExpiryType
extends java.lang.Object

How the build expiry will actually run


Field Summary
static BuildExpiryType ARTIFACT_BUILD_EXPIRY_TYPE
           
static BuildExpiryType BUILD_LOG_EXPIRY_TYPE
           
static BuildExpiryType RESULTS_BUILD_EXPIRY_TYPE
           
static java.util.List<BuildExpiryType> TYPES
           
 
Constructor Summary
BuildExpiryType(java.lang.String type)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLabel()
           
 com.opensymphony.xwork.TextProvider getTextProvider()
           
 java.lang.String getType()
           
 void setTextProvider(com.opensymphony.xwork.TextProvider textProvider)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BUILD_LOG_EXPIRY_TYPE

public static final BuildExpiryType BUILD_LOG_EXPIRY_TYPE

ARTIFACT_BUILD_EXPIRY_TYPE

public static final BuildExpiryType ARTIFACT_BUILD_EXPIRY_TYPE

RESULTS_BUILD_EXPIRY_TYPE

public static final BuildExpiryType RESULTS_BUILD_EXPIRY_TYPE

TYPES

public static final java.util.List<BuildExpiryType> TYPES
Constructor Detail

BuildExpiryType

public BuildExpiryType(java.lang.String type)
Method Detail

getLabel

public java.lang.String getLabel()

getDescription

public java.lang.String getDescription()

getType

public java.lang.String getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getTextProvider

public com.opensymphony.xwork.TextProvider getTextProvider()

setTextProvider

public void setTextProvider(com.opensymphony.xwork.TextProvider textProvider)


Copyright © 2010 Atlassian. All Rights Reserved.