com.atlassian.bamboo.build.expiry
Class ExpiryCustomObjectContainer

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

public class ExpiryCustomObjectContainer
extends java.lang.Object

A hacked up object to allow the build expiry admin and build configuration adming to share the same ftl... Not sure if it's worth the effort.


Constructor Summary
ExpiryCustomObjectContainer(BuildExpiryAction buildExpiryAction)
           
 
Method Summary
 BuildExpiryConfig getBuildExpiryConfig()
           
 void setBuildExpiryConfig(BuildExpiryConfig buildExpiryConfig2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpiryCustomObjectContainer

public ExpiryCustomObjectContainer(BuildExpiryAction buildExpiryAction)
Method Detail

getBuildExpiryConfig

public BuildExpiryConfig getBuildExpiryConfig()

setBuildExpiryConfig

public void setBuildExpiryConfig(BuildExpiryConfig buildExpiryConfig2)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.