|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.build.strategy.AbstractBuildStrategy
com.atlassian.bamboo.build.strategy.AbstractPollingBuildStrategy
com.atlassian.bamboo.build.strategy.FisheyeTriggeredBuildStrategy
public class FisheyeTriggeredBuildStrategy
This class lests Fisheye decide if the build has changed and should be built.
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.build.strategy.AbstractBuildStrategy |
---|
changeList |
Constructor Summary | |
---|---|
FisheyeTriggeredBuildStrategy()
|
Method Summary | |
---|---|
Collection |
getChangeList()
Get the changes that have been detected |
String |
getKey()
A lowercase string key to identify the build strategy |
String |
getName()
Returns the display name of the strategy |
boolean |
requiresBuild(Build build)
Has the build been triggered |
boolean |
requiresPreBuildClean()
No point! |
void |
setFisheyeUrl(String url)
|
void |
setRepository(String repository)
|
Methods inherited from class com.atlassian.bamboo.build.strategy.AbstractPollingBuildStrategy |
---|
hasBeenPolled, isWithinPollingPeriod, updateLastPollTime |
Methods inherited from class com.atlassian.bamboo.build.strategy.AbstractBuildStrategy |
---|
addDefaultValues, getBuildMessage, getDescription, init, log, populateChangeList, populateFromConfig, setBuildMessage, toConfiguration, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FisheyeTriggeredBuildStrategy()
Method Detail |
---|
public void setFisheyeUrl(String url)
public void setRepository(String repository)
public String getKey()
BuildStrategy
public String getName()
BuildStrategy
public boolean requiresBuild(Build build) throws RepositoryException
build
- The build
RepositoryException
public boolean requiresPreBuildClean()
public Collection getChangeList()
getChangeList
in interface BuildStrategy
getChangeList
in class AbstractBuildStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |