Package com.sonyericsson.rebuild
Class RebuildLastCompletedBuildAction
java.lang.Object
com.sonyericsson.rebuild.AbstractRebuildAction
com.sonyericsson.rebuild.RebuildLastCompletedBuildAction
- All Implemented Interfaces:
Action
,ModelObject
Reschedules last completed build for the project if available.
Otherwise it behaves as if the user clicked on the build now button.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAbstractProject<?,
?> Method will return current project.protected Run<?,
?> getRun()
boolean
Methods inherited from class com.sonyericsson.rebuild.AbstractRebuildAction
isMatrixRun, isRebuildAvailable
-
Constructor Details
-
RebuildLastCompletedBuildAction
-
-
Method Details
-
getProject
Description copied from class:AbstractRebuildAction
Method will return current project.- Specified by:
getProject
in classAbstractRebuildAction
- Returns:
- currentProject.
-
getRun
- Specified by:
getRun
in classAbstractRebuildAction
-
getUrlName
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Overrides:
getIconFileName
in classAbstractRebuildAction
-
getTaskUrl
- Specified by:
getTaskUrl
in classAbstractRebuildAction
-
isRequiresPOST
public boolean isRequiresPOST()- Specified by:
isRequiresPOST
in classAbstractRebuildAction
-
getDisplayName
-