Class AgentBuildValue
- java.lang.Object
-
- jetbrains.buildServer.serverSide.statistics.buildtime.AbstractAgentValue
-
- jetbrains.buildServer.serverSide.statistics.buildtime.AgentBuildValue
-
public class AgentBuildValue extends AbstractAgentValue
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 13.12.2007 Time: 19:09:22
-
-
Constructor Summary
Constructors Constructor Description AgentBuildValue(String agentName, Integer agentTypeId, String buildTypeId, long startTime, long finishTime, long buildId, String buildNumber, boolean isPersonal, boolean isCanceled, boolean isFailed, String statusText, boolean isInHistory, boolean isRunning)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
long
getBuildId()
String
getBuildNumber()
String
getBuildTypeId()
long
getDuration()
long
getFinishTime()
long
getStartTime()
String
getStatusText()
int
hashCode()
boolean
isCanceled()
boolean
isFailed()
boolean
isInHistory()
boolean
isPersonal()
boolean
isRunning()
-
Methods inherited from class jetbrains.buildServer.serverSide.statistics.buildtime.AbstractAgentValue
getAgentName, getAgentTypeId
-
-
-
-
Constructor Detail
-
AgentBuildValue
public AgentBuildValue(@NotNull String agentName, @Nullable Integer agentTypeId, @Nullable String buildTypeId, long startTime, long finishTime, long buildId, @NotNull String buildNumber, boolean isPersonal, boolean isCanceled, boolean isFailed, @NotNull String statusText, boolean isInHistory, boolean isRunning)
-
-
Method Detail
-
getBuildTypeId
@Nullable public String getBuildTypeId()
-
getStartTime
public long getStartTime()
-
getFinishTime
public long getFinishTime()
-
getBuildId
public long getBuildId()
-
getBuildNumber
@NotNull public String getBuildNumber()
-
isPersonal
public boolean isPersonal()
-
isCanceled
public boolean isCanceled()
-
isFailed
public boolean isFailed()
-
getStatusText
@NotNull public String getStatusText()
-
isInHistory
public boolean isInHistory()
-
isRunning
public boolean isRunning()
-
getDuration
public long getDuration()
-
-