@Immutable @Loggable(value=1) public final class JiraDeployments extends AbstractCollection<Deployment>
Modifier | Constructor and Description |
---|---|
protected |
JiraDeployments(Jira jra)
Protected ctor, for tests mostly.
|
|
JiraDeployments(String url)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Deployment> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public JiraDeployments(@NotNull(message="JIRA URL can\'t be NULL") String url)
url
- JIRA URLprotected JiraDeployments(Jira jra)
jra
- JIRApublic Iterator<Deployment> iterator()
iterator
in interface Iterable<Deployment>
iterator
in interface Collection<Deployment>
iterator
in class AbstractCollection<Deployment>
public int size()
size
in interface Collection<Deployment>
size
in class AbstractCollection<Deployment>
Copyright © 2009–2014 Rultor Inc.. All rights reserved.